We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1771a5e commit 9a59f39Copy full SHA for 9a59f39
.eslintrc.json
@@ -1,6 +1,6 @@
1
{
2
"root": true,
3
- "extends": ["next"],
+ "extends": ["next/core-web-vitals"],
4
"rules": {
5
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
6
"@typescript-eslint/no-explicit-any": "off",
0 commit comments