aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
blob: c7bf3a8d6e2f12b94876408994a0fc9ab38ce140 (plain) (blame)
1
2
3
4
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)
  },
}