Add func-call-spacing rule (babel/eslint-config-babel#15)
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = {
|
||||
"comma-spacing": "error",
|
||||
"consistent-return": "off",
|
||||
curly: "off",
|
||||
"func-call-spacing": "error",
|
||||
indent: ["error", 2, {
|
||||
SwitchCase: 1,
|
||||
outerIIFEBody: 1,
|
||||
|
||||
Reference in New Issue
Block a user