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