Add func-call-spacing rule (babel/eslint-config-babel#15)

This commit is contained in:
Daniel Tschinder
2017-02-20 16:59:50 +01:00
parent 50122b7078
commit 773c340514

View File

@@ -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,