mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Making newline as warning
This commit is contained in:
parent
05072f5d22
commit
0a54b18d64
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
"@typescript-eslint/no-empty-interface": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||
"newline-before-return": "error",
|
||||
"newline-before-return": "warn",
|
||||
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
||||
"no-self-assign": "off",
|
||||
"no-trailing-spaces": "warn",
|
||||
|
|
Loading…
Reference in a new issue