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