10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"extends": ["next/core-web-vitals"],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": "warn",
|
|
"@typescript-eslint/no-explicit-any": "warn",
|
|
"react-hooks/exhaustive-deps": "warn",
|
|
"react/no-unescaped-entities": "warn"
|
|
}
|
|
}
|