diff options
Diffstat (limited to 'examples/with-yarn/.eslintrc.js')
| -rw-r--r-- | examples/with-yarn/.eslintrc.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/with-yarn/.eslintrc.js b/examples/with-yarn/.eslintrc.js new file mode 100644 index 0000000..5b999ef --- /dev/null +++ b/examples/with-yarn/.eslintrc.js @@ -0,0 +1,10 @@ +module.exports = { + root: true, + // This tells ESLint to load the config from the package `eslint-config-custom` + extends: ["custom"], + settings: { + next: { + rootDir: ["apps/*/"], + }, + }, +}; |
