aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index 38293435..00000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,25 +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",
- "no-undef": "off",
- "react/jsx-no-undef": "off",
- "no-unused-vars": [
- "error",
- {
- "varsIgnorePattern": "^_",
- "argsIgnorePattern": "^_"
- }
- ]
- }
-}