13 lines
274 B
JSON
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"]
|
|
}
|
|
}
|