Enforce comma style

This commit is contained in:
Pierre Ossman 2018-09-06 16:44:53 +02:00
parent 6786fd8719
commit f77f41ee95
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@
"ObjectExpression": "first",
"ignoreComments": true }],
"comma-spacing": ["error"],
"comma-style": ["error"],
}
}