We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60be03f commit 045be18Copy full SHA for 045be18
eslint/.eslintrc-magento
@@ -19,7 +19,7 @@
19
"eqeqeq": [2, "smart"],
20
"guard-for-in": 2,
21
"indent": [2, 4],
22
- "keyword-spacing": [2, {}],
+ "keyword-spacing": [2, {"after": true, "before": true}],
23
"lines-around-comment": [
24
2,
25
{
0 commit comments