Introduced key-spacing eslint rule

This commit is contained in:
n1474335 2017-07-24 14:55:48 +00:00
parent a61df0832f
commit 5f1c88104d
15 changed files with 1436 additions and 1436 deletions

View File

@ -52,9 +52,9 @@
"no-trailing-spaces": "warn", "no-trailing-spaces": "warn",
"eol-last": "error", "eol-last": "error",
"func-call-spacing": "error", "func-call-spacing": "error",
//"key-spacing": ["warn", { "key-spacing": ["warn", {
// "mode": "minimum" "mode": "minimum"
//}], }],
"indent": ["error", 4, { "indent": ["error", 4, {
"ArrayExpression": "first", "ArrayExpression": "first",
"SwitchCase": 1 "SwitchCase": 1