Enforce function call spacing

This commit is contained in:
Pierre Ossman 2018-09-06 16:46:38 +02:00
parent f77f41ee95
commit d80d9d3731
2 changed files with 2 additions and 1 deletions

View File

@ -31,5 +31,6 @@
"ignoreComments": true }], "ignoreComments": true }],
"comma-spacing": ["error"], "comma-spacing": ["error"],
"comma-style": ["error"], "comma-style": ["error"],
"func-call-spacing": ["error"],
} }
} }