Skip to content

Commit a9d34af

Browse files
authored
Merge pull request #249 from magento-commerce/imported-fredden-magento-coding-standard-356
[Imported] [eslint] Enforce consistent spacing around keywords
2 parents 5c20e3e + 045be18 commit a9d34af

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)