Skyler Grey | deea2f7 | 2023-05-31 20:14:49 +0200 | [diff] [blame] | 1 | module.exports = { |
2 | root: true, | ||||
3 | // This tells ESLint to load the config from the package `eslint-config-custom` | ||||
4 | extends: ["custom"], | ||||
5 | settings: { | ||||
6 | next: { | ||||
7 | rootDir: ["apps/*/"], | ||||
8 | }, | ||||
9 | }, | ||||
10 | }; |