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
}