aboutsummaryrefslogtreecommitdiffstats
path: root/web/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/.eslintrc.json')
-rw-r--r--web/.eslintrc.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/web/.eslintrc.json b/web/.eslintrc.json
deleted file mode 100644
index c580ca7e..00000000
--- a/web/.eslintrc.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "extends": [
- "next/core-web-vitals",
- "eslint:recommended",
- "plugin:react/recommended",
- "plugin:react-hooks/recommended",
- "plugin:@next/next/recommended",
- "next",
- "prettier"
- ],
- "ignorePatterns": ["postcss.config.js"],
- "rules": {
- "no-redeclare": "off",
- "@next/next/no-html-link-for-pages": "off"
- }
-}