Skip to content

Commit

Permalink
Enforce consistent spacing around keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Jan 11, 2022
1 parent 7fbdf31 commit 203061c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/.eslintrc-magento
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eol-last": 2,
"eqeqeq": [2, "smart"],
"guard-for-in": 2,
"keyword-spacing": [2, {}],
"keyword-spacing": [2, {"after": true, "before": true}],
"lines-around-comment": [
2,
{
Expand Down

0 comments on commit 203061c

Please sign in to comment.