We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e7eca commit e171570Copy full SHA for e171570
frontend/.eslintrc.json
@@ -1,12 +1,12 @@
1
{
2
"extends": [
3
- "next/core-web-vitals",
4
- "plugin:@typescript-eslint/recommended",
5
- "plugin:prettier/recommended"
+ // "next/core-web-vitals",
+ "plugin:@typescript-eslint/recommended"
+ // "plugin:prettier/recommended"
6
],
7
"parser": "@typescript-eslint/parser",
8
- "plugins": ["@typescript-eslint"],
9
- "rules": {
10
- "prettier/prettier": ["error", { "endOfLine": "auto" }]
11
- }
+ "plugins": ["@typescript-eslint"]
+ // "rules": {
+ // "prettier/prettier": ["error", { "endOfLine": "auto" }]
+ // }
12
}
0 commit comments