diff options
Diffstat (limited to 'next.config.js')
-rw-r--r-- | next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index 4bee3af..fb484ca 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ module.exports = { eslint: { + ignoreDuringBuilds: true, dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks'] } } |