diff options
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..c7bf3a8 --- /dev/null +++ b/next.config.js @@ -0,0 +1,5 @@ +module.exports = { + eslint: { + dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks'], // Only run ESLint on the 'pages' and 'utils' directories during production builds (next build) + }, +} |