We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
func-call-spacing
1 parent 086cc00 commit 27dcb99Copy full SHA for 27dcb99
packages/eslint-config-airbnb-base/rules/style.js
@@ -30,8 +30,7 @@ module.exports = {
30
31
// enforce spacing between functions and their invocations
32
// http://eslint.org/docs/rules/func-call-spacing
33
- // TODO: enable, semver-minor
34
- 'func-call-spacing': ['off', 'never'],
+ 'func-call-spacing': ['error', 'never'],
35
36
// require function expressions to have a name
37
'func-names': 'warn',
0 commit comments