[eslint config] [base] [breaking] enable func-call-spacing

This commit is contained in:
Jordan Harband
2016-09-06 01:07:16 -07:00
parent 086cc0035d
commit 27dcb99c6d

View File

@@ -30,8 +30,7 @@ module.exports = {
// enforce spacing between functions and their invocations
// http://eslint.org/docs/rules/func-call-spacing
// TODO: enable, semver-minor
'func-call-spacing': ['off', 'never'],
'func-call-spacing': ['error', 'never'],
// require function expressions to have a name
'func-names': 'warn',