Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9d34af

Browse filesBrowse files
authored
Merge pull request #249 from magento-commerce/imported-fredden-magento-coding-standard-356
[Imported] [eslint] Enforce consistent spacing around keywords
2 parents 5c20e3e + 045be18 commit a9d34af
Copy full SHA for a9d34af

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎eslint/.eslintrc-magento

Copy file name to clipboardExpand all lines: eslint/.eslintrc-magento
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eqeqeq": [2, "smart"],
2020
"guard-for-in": 2,
2121
"indent": [2, 4],
22-
"keyword-spacing": [2, {}],
22+
"keyword-spacing": [2, {"after": true, "before": true}],
2323
"lines-around-comment": [
2424
2,
2525
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.