Skip to content

Commit 045be18

Browse files
committed
Enforce consistent spacing around keywords
1 parent 60be03f commit 045be18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: eslint/.eslintrc-magento

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eqeqeq": [2, "smart"],
2020
"guard-for-in": 2,
2121
"indent": [2, 4],
22-
"keyword-spacing": [2, {}],
22+
"keyword-spacing": [2, {"after": true, "before": true}],
2323
"lines-around-comment": [
2424
2,
2525
{

0 commit comments

Comments
 (0)