mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
Indent switch case
This commit is contained in:
@@ -24,6 +24,6 @@ module.exports = {
|
||||
"prefer-template": "warn",
|
||||
"quotes": ["warn", "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
|
||||
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
||||
"indent": ["warn", 4],
|
||||
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user