fix(config): remove property "unsed-vars" | add conventions
This commit is contained in:
parent
0f776bd1ea
commit
72cb19ce4f
@ -1,11 +1,10 @@
|
||||
{
|
||||
"extends": ["next/core-web-vitals", "prettier"],
|
||||
"extends": ["conventions", "next/core-web-vitals", "prettier"],
|
||||
"plugins": ["prettier"],
|
||||
"parserOptions": { "project": "./tsconfig.json" },
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off",
|
||||
"prettier/prettier": "error",
|
||||
"no-unused-vars": "warn",
|
||||
"no-console": "off",
|
||||
"@next/next/no-img-element": "off"
|
||||
"no-console": "off"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user