mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-11 18:36:17 +02:00
remove newline-before-return eslint
This commit is contained in:
parent
a5a90e3c84
commit
6baa00b76d
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ module.exports = {
|
|||
"@typescript-eslint/no-empty-interface": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||
"newline-before-return": "warn",
|
||||
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
||||
"no-self-assign": "off",
|
||||
"no-trailing-spaces": "warn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue