14 lines
365 B
JSON
14 lines
365 B
JSON
{
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"next/typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "warn",
|
|
"@typescript-eslint/no-unused-vars": "warn",
|
|
"react/no-unescaped-entities": "warn",
|
|
"@typescript-eslint/ban-ts-comment": "warn",
|
|
"@next/next/no-img-element": "warn",
|
|
"react-hooks/exhaustive-deps": "warn"
|
|
}
|
|
}
|