Enable comma-dangle (babel/eslint-config-babel#19)
This commit is contained in:
parent
1ce807d5de
commit
8a527d1ef5
@ -6,7 +6,7 @@ module.exports = {
|
||||
"arrow-parens": ["error", "always"],
|
||||
"arrow-spacing": ["error", { before: true, after: true }],
|
||||
camelcase: "off",
|
||||
"comma-dangle": "off",
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
"comma-spacing": "error",
|
||||
"consistent-return": "off",
|
||||
curly: "off",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user