mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
remove newline-before-return eslint
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = {
|
|||||||
"@typescript-eslint/no-empty-interface": "off",
|
"@typescript-eslint/no-empty-interface": "off",
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||||
"newline-before-return": "warn",
|
|
||||||
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
||||||
"no-self-assign": "off",
|
"no-self-assign": "off",
|
||||||
"no-trailing-spaces": "warn",
|
"no-trailing-spaces": "warn",
|
||||||
|
|||||||
Reference in New Issue
Block a user