Add eslint standard + use pnpm
This commit is contained in:
parent
de4772e9e9
commit
aafc769f33
8 changed files with 2185 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
},
|
||||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"standard-with-typescript"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue