profil-next/.eslintrc.json
2022-11-21 10:42:30 +01:00

13 lines
274 B
JSON

{
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": [
"next/core-web-vitals",
"standard-with-typescript"
],
"rules": {
"space-before-function-paren": "off",
"@typescript-eslint/space-before-function-paren": ["error", "never"]
}
}