aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/packages/eslint-config-custom/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-npm/packages/eslint-config-custom/index.js')
-rw-r--r--examples/with-npm/packages/eslint-config-custom/index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/with-npm/packages/eslint-config-custom/index.js b/examples/with-npm/packages/eslint-config-custom/index.js
deleted file mode 100644
index 6024e8d..0000000
--- a/examples/with-npm/packages/eslint-config-custom/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = {
- extends: ["next", "turbo", "prettier"],
- rules: {
- "@next/next/no-html-link-for-pages": "off",
- },
-};