8 lines
196 B
JSON
8 lines
196 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"@typescript-eslint/no-unused-vars": "off",
|
|
"react-hooks/exhaustive-deps": "off"
|
|
}
|
|
} |