Skip to content

Commit 203061c

Browse files
committed
Enforce consistent spacing around keywords
1 parent 7fbdf31 commit 203061c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint/.eslintrc-magento

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eol-last": 2,
1919
"eqeqeq": [2, "smart"],
2020
"guard-for-in": 2,
21-
"keyword-spacing": [2, {}],
21+
"keyword-spacing": [2, {"after": true, "before": true}],
2222
"lines-around-comment": [
2323
2,
2424
{

0 commit comments

Comments
 (0)