chore: run lint fix

This commit is contained in:
Stevan Freeborn
2023-09-16 11:41:08 -05:00
parent 9ad0b51b29
commit 002b5b934f
33 changed files with 725 additions and 296 deletions
+4 -2
View File
@@ -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"
}
}