profil-next/.eslintrc.json
2022-11-21 10:33:40 +01:00

9 lines
141 B
JSON

{
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": [
"next/core-web-vitals",
"standard-with-typescript"
]
}