chore: run lint fix
This commit is contained in:
+4
-2
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals",
|
||||
"plugins": ["prettier"],
|
||||
"extends": ["next/core-web-vitals", "plugin:prettier/recommended"],
|
||||
"rules": {
|
||||
"no-console": "warn"
|
||||
"no-console": "warn",
|
||||
"prettier/prettier": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user