Enforce comma spacing

This commit is contained in:
Pierre Ossman
2018-09-06 16:43:31 +02:00
parent 7b536961b2
commit 6786fd8719
7 changed files with 13 additions and 8 deletions
+1
View File
@@ -29,5 +29,6 @@
"ArrayExpression": "first",
"ObjectExpression": "first",
"ignoreComments": true }],
"comma-spacing": ["error"],
}
}