We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-spaced-func
1 parent cbf9ade commit 5155aa5Copy full SHA for 5155aa5
packages/eslint-config-airbnb-base/rules/style.js
@@ -351,7 +351,8 @@ module.exports = {
351
],
352
353
// disallow space between function identifier and application
354
- 'no-spaced-func': 'error',
+ // deprecated in favor of func-call-spacing
355
+ 'no-spaced-func': 'off',
356
357
// disallow tab characters entirely
358
'no-tabs': 'error',
0 commit comments