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
+5
View File
@@ -27,11 +27,13 @@
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-prettier": "^5.0.0",
"next": "13.4.19",
"next-themes": "^0.2.1",
"nextjs-toploader": "^1.4.2",
"nprogress": "^0.2.0",
"postcss": "8.4.29",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
@@ -42,5 +44,8 @@
"svix": "^1.11.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"eslint-config-prettier": "^9.0.0"
}
}