9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"extends": [
|
|
"next/core-web-vitals",
|
|
"standard-with-typescript"
|
|
]
|
|
}
|