Update space-before-function-paren
This commit is contained in:
parent
aafc769f33
commit
067247298b
5 changed files with 13 additions and 5 deletions
|
@ -5,5 +5,9 @@
|
|||
"extends": [
|
||||
"next/core-web-vitals",
|
||||
"standard-with-typescript"
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
"space-before-function-paren": "off",
|
||||
"@typescript-eslint/space-before-function-paren": ["error", "never"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue