ESlint no-space-func

v1.18.x
Peter Jaszkowiak 8 years ago
parent 3d6bfa47c5
commit 1cf25f57fc

@ -111,7 +111,7 @@
"object-property-newline": "off", "object-property-newline": "off",
"no-continue": "off", "no-continue": "off",
"no-extra-semi": "off", "no-extra-semi": "off",
"no-spaced-func": "off", // "no-spaced-func": "off",
// "no-useless-return": "off" // "no-useless-return": "off"
} }
} }

Loading…
Cancel
Save