Skip to content

Commit 9a59f39

Browse files
committed
feat: fix eslint
1 parent 1771a5e commit 9a59f39

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,6 +1,6 @@
11
{
22
"root": true,
3-
"extends": ["next"],
3+
"extends": ["next/core-web-vitals"],
44
"rules": {
55
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
66
"@typescript-eslint/no-explicit-any": "off",

0 commit comments

Comments
 (0)