10 lines
284 B
JSON
10 lines
284 B
JSON
|
{
|
||
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
||
|
"rules": {
|
||
|
"@typescript-eslint/no-unused-vars": "off",
|
||
|
"@typescript-eslint/no-unused-expressions": "off",
|
||
|
"@typescript-eslint/no-explicit-any": "off",
|
||
|
"@typescript-eslint/no-empty-object-type": "off"
|
||
|
}
|
||
|
}
|