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
|
||||
}
|
||||
Reference in New Issue
Block a user