12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"plugins": ["@typescript-eslint"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": "warn",
|
|
"@typescript-eslint/no-unused-vars": "warn"
|
|
}
|
|
}
|