aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-changesets/.eslintrc.js
blob: 236638c05321bdb466c0b685bd9094feb4ff23df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module.exports = {
  root: true,
  // This tells ESLint to load the config from the package `eslint-config-acme`
  extends: ["acme"],
  settings: {
    next: {
      rootDir: ["apps/*/"],
    },
  },
};