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 Sep 20, 2023
1 parent 60be03f commit 045be18
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 @@ -19,7 +19,7 @@
"eqeqeq": [2, "smart"],
"guard-for-in": 2,
"indent": [2, 4],
"keyword-spacing": [2, {}],
"keyword-spacing": [2, {"after": true, "before": true}],
"lines-around-comment": [
2,
{
Expand Down

0 comments on commit 045be18

Please sign in to comment.