adding eslint and stuff that miht break other things but will test

This commit is contained in:
Arjun Patel
2022-01-29 16:27:24 -08:00
parent ca68b357b6
commit 1cfc50141a
7 changed files with 177 additions and 7 deletions
+3
View File
@@ -31,10 +31,13 @@
},
"devDependencies": {
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"autoprefixer": "^10.4.2",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.12",
"typescript": "^4.5.5"
}