8 lines
167 B
JSON
8 lines
167 B
JSON
|
|
{
|
||
|
|
"extends": ["next/core-web-vitals", "next/typescript", "prettier"],
|
||
|
|
"rules": {
|
||
|
|
"no-console": "warn",
|
||
|
|
"@typescript-eslint/no-explicit-any": "error"
|
||
|
|
}
|
||
|
|
}
|