Skip to content

Commit 27dcb99

Browse files
committed
[eslint config] [base] [breaking] enable func-call-spacing
1 parent 086cc00 commit 27dcb99

File tree

1 file changed

+1
-2
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+1
-2
lines changed

packages/eslint-config-airbnb-base/rules/style.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ module.exports = {
3030

3131
// enforce spacing between functions and their invocations
3232
// http://eslint.org/docs/rules/func-call-spacing
33-
// TODO: enable, semver-minor
34-
'func-call-spacing': ['off', 'never'],
33+
'func-call-spacing': ['error', 'never'],
3534

3635
// require function expressions to have a name
3736
'func-names': 'warn',

0 commit comments

Comments
 (0)