Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit c35fd73

Browse files
committed
chore: remove ESLint config TypeScript recommended rules
1 parent 90a51fa commit c35fd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
2+
"extends": ["next/core-web-vitals"],
33
"parser": "@typescript-eslint/parser",
44
"plugins": ["@typescript-eslint"]
55
}

0 commit comments

Comments
 (0)