eslint: add comma-spacing rule.
parent
c6cf55c569
commit
ab26880033
|
@ -70,6 +70,7 @@ module.exports = {
|
|||
"exports": "always-multiline",
|
||||
"functions": "never"
|
||||
}],
|
||||
"comma-spacing": ["error"],
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"indent": ["error", 2, {
|
||||
"SwitchCase": 1,
|
||||
|
|
Loading…
Reference in New Issue