Add comma-spacing rule (babel/eslint-config-babel#11)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user