Just code style

This commit is contained in:
nobody 2021-02-21 19:06:20 +01:00
parent a86e9c308a
commit 9bca268a98
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 18 additions and 6 deletions

View File

@ -30,18 +30,25 @@
"files": true, "files": true,
"helpers": true, "helpers": true,
"interceptor": true, "interceptor": true,
"log": true,
"logging": true,
"manipulateDOM": true,
"mappings": true, "mappings": true,
"options": true,
"optionsAdvanced": true,
"optionsBasic": true,
"optionsInfo": true,
"optionsOther": true,
"requestAnalyzer": true, "requestAnalyzer": true,
"requestSanitizer": true, "requestSanitizer": true,
"ruleGenerator": true,
"resources": true, "resources": true,
"shorthands": true, "shorthands": true,
"stateManager": true, "stateManager": true,
"wrappers": true,
"storageManager": true,
"manipulateDOM": true,
"stats": true, "stats": true,
"storageManager": true,
"targets": true, "targets": true,
"ruleGenerator": true, "wrappers": true,
}, },
"overrides": { "overrides": {
"files": [ "files": [
@ -62,7 +69,11 @@
"arrow-parens": "error", "arrow-parens": "error",
"arrow-spacing": "error", "arrow-spacing": "error",
"block-spacing": "error", "block-spacing": "error",
"brace-style": "error", "brace-style": [
"error",
"1tbs",
{ "allowSingleLine": true }
],
"camelcase": "error", "camelcase": "error",
"comma-spacing": "error", "comma-spacing": "error",
"comma-style": "error", "comma-style": "error",
@ -76,7 +87,8 @@
"generator-star-spacing": "error", "generator-star-spacing": "error",
"indent": [ "indent": [
"error", "error",
4 4,
{"SwitchCase": 1}
], ],
"key-spacing": "error", "key-spacing": "error",
"keyword-spacing": "error", "keyword-spacing": "error",