aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
blob: fb484ca80d8a7dd50df5328c45bc4610941cdcfa (plain) (blame)
1
2
3
4
5
6
module.exports = {
  eslint: {
    ignoreDuringBuilds: true,
    dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks']
  }
}