We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e251748 commit a8e0e22Copy full SHA for a8e0e22
1 file changed
.eslintrc.json
@@ -71,7 +71,8 @@
71
"eol-last": [ "error" ],
72
"func-call-spacing": [ "error", "never" ],
73
"indent": [ "error", 4, { "SwitchCase": 1 } ],
74
- "key-spacing": [ "error", { "beforeColon": false, "afterColon": true }],
+ "key-spacing": [ "error", { "beforeColon": false, "afterColon": true } ],
75
+ "keyword-spacing": [ "error", { "after": true } ],
76
"linebreak-style": [ "off" ],
77
"lines-around-comment": [ "error", { "beforeBlockComment": true, "afterBlockComment": false, "beforeLineComment": true, "afterLineComment": false, "allowBlockStart": true, "allowBlockEnd": false, "allowObjectStart": true, "allowArrayStart": true }],
78
"new-parens": "error",
0 commit comments