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"],
|
"plugins": ["prettier"],
|
||||||
"parserOptions": { "project": "./tsconfig.json" },
|
"parserOptions": { "project": "./tsconfig.json" },
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"@next/next/no-img-element": "off",
|
||||||
"prettier/prettier": "error",
|
"prettier/prettier": "error",
|
||||||
"no-unused-vars": "warn",
|
"no-console": "off"
|
||||||
"no-console": "off",
|
|
||||||
"@next/next/no-img-element": "off"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user