fix(config): remove property "unsed-vars" | add conventions
This commit is contained in:
		| @@ -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" | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user