Skip to content

Commit e171570

Browse files
committed
relax linting rules
1 parent b8e7eca commit e171570

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

frontend/.eslintrc.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"extends": [
3-
"next/core-web-vitals",
4-
"plugin:@typescript-eslint/recommended",
5-
"plugin:prettier/recommended"
3+
// "next/core-web-vitals",
4+
"plugin:@typescript-eslint/recommended"
5+
// "plugin:prettier/recommended"
66
],
77
"parser": "@typescript-eslint/parser",
8-
"plugins": ["@typescript-eslint"],
9-
"rules": {
10-
"prettier/prettier": ["error", { "endOfLine": "auto" }]
11-
}
8+
"plugins": ["@typescript-eslint"]
9+
// "rules": {
10+
// "prettier/prettier": ["error", { "endOfLine": "auto" }]
11+
// }
1212
}

0 commit comments

Comments
 (0)