update eslint configs
This commit is contained in:
9
client/.eslintrc
Normal file
9
client/.eslintrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["eslint:recommended", "next/core-web-vitals", "prettier"],
|
||||
"settings": {
|
||||
"next": {
|
||||
"rootDir": "."
|
||||
}
|
||||
},
|
||||
"root": true
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user