eslint: add comma-spacing rule.

master
Tom Hacohen 2019-11-06 01:02:31 +02:00
parent c6cf55c569
commit ab26880033
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ module.exports = {
"exports": "always-multiline",
"functions": "never"
}],
"comma-spacing": ["error"],
"eqeqeq": ["error", "smart"],
"indent": ["error", 2, {
"SwitchCase": 1,