aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/next.config.js b/next.config.js
index c7bf3a8..4bee3af 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,5 +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)
- },
+ dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks']
+ }
}