update eslint configs

This commit is contained in:
Nathaniel Tampus
2023-07-27 15:02:34 +08:00
parent a87cf86239
commit 2238038c95
6 changed files with 18 additions and 6 deletions

9
client/.eslintrc Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": ["eslint:recommended", "next/core-web-vitals", "prettier"],
"settings": {
"next": {
"rootDir": "."
}
},
"root": true
}

View File

@@ -24,6 +24,7 @@
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"daisyui": "^2.52.0",
"eslint-config-next": "^13.4.12",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"