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