Add comma-spacing rule (babel/eslint-config-babel#11)
This commit is contained in:
parent
292003444d
commit
d4a1e97249
@ -7,6 +7,7 @@ module.exports = {
|
||||
"arrow-spacing": ["error", { before: true, after: true }],
|
||||
camelcase: "off",
|
||||
"comma-dangle": "off",
|
||||
"comma-spacing": "error",
|
||||
"consistent-return": "off",
|
||||
curly: "off",
|
||||
"indent": ["error", 2],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user