12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"plugins": ["@typescript-eslint"],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": "warn",
|
|
"import/no-unresolved": "off",
|
|
"import/named": "off",
|
|
"no-console": "warn",
|
|
"react-hooks/exhaustive-deps": "warn"
|
|
}
|
|
}
|