9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
module.exports = {
|
|
reactStrictMode: false,
|
|
eslint: {
|
|
// Warning: This allows production builds to successfully complete even if
|
|
// your project has ESLint errors.
|
|
ignoreDuringBuilds: true,
|
|
},
|
|
};
|