aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2023-11-20 13:40:08 +0300
committermoisseev <moiseev@mezonplus.ru>2023-11-20 13:40:08 +0300
commit01d048664f1e5e164babd718a088c36e2bd10e7c (patch)
treebeb4eadf5e3ddaebf431cbff3b82114d93f95955 /.eslintrc.json
parent9fa95f12a66c773f1d2bcda7cb2d2034f1a5b22c (diff)
downloadrspamd-01d048664f1e5e164babd718a088c36e2bd10e7c.tar.gz
rspamd-01d048664f1e5e164babd718a088c36e2bd10e7c.zip
[Minor] Use consistent object key/value spacing
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a8cc237e0..3a7eb3f0b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -20,9 +20,6 @@
"func-names": "off",
// "func-style": ["error", "declaration"],
"id-length": ["error", { "min": 1 }],
- // "@stylistic/key-spacing": ["error", {
- // "singleLine": { "afterColon": false }
- // }],
"line-comment-position": "off",
"logical-assignment-operators": ["error", "never"],
"max-params": ["warn", 6],
@@ -77,7 +74,6 @@
"sort-vars": "off",
"@stylistic/function-paren-newline": "off",
- "@stylistic/key-spacing": "off",
"@stylistic/one-var-declaration-per-line": "off"
}
}