chore: initial commit

This commit is contained in:
Stevan Freeborn
2023-04-07 23:18:45 -05:00
parent 15058b3908
commit 64520bf786
21 changed files with 7869 additions and 472 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
{
"extends": "next/core-web-vitals"
"plugins": ["prettier"],
"extends": "next/core-web-vitals",
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}