Skip to content

Commit

Permalink
Merge pull request #249 from magento-commerce/imported-fredden-magent…
Browse files Browse the repository at this point in the history
…o-coding-standard-356

[Imported] [eslint] Enforce consistent spacing around keywords
  • Loading branch information
sidolov authored Sep 26, 2023
2 parents 5c20e3e + 045be18 commit a9d34af
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 a9d34af

Please sign in to comment.