Skip to content

Commit 2ec9ce9

Browse files
committed
Updated deprecated rules.
1 parent 31e1fff commit 2ec9ce9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"afterColon": true
9898
}
9999
],
100+
"keyword-spacing": 1,
100101
"linebreak-style": [
101102
1,
102103
"unix"
@@ -166,13 +167,11 @@
166167
"after": true
167168
}
168169
],
169-
"space-after-keywords": 1,
170170
"space-before-blocks": [
171171
1,
172172
"always"
173173
],
174174
"space-before-function-paren": [1, { "anonymous": "always", "named": "never" }],
175-
"space-before-keywords": [1, "always"],
176175
"space-in-parens": [1, "never"],
177176
"space-infix-ops": 1,
178177
"space-unary-ops": 0,

0 commit comments

Comments
 (0)