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