mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 04:27:09 +03:00
object-curly-spacing
This commit is contained in:
@@ -25,5 +25,6 @@ module.exports = {
|
|||||||
"quotes": ["warn", "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
|
"quotes": ["warn", "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
|
||||||
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
|
||||||
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||||
|
"object-curly-spacing": ["warn", "always"],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user