Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eslint config] [base] disable the deprecated
no-spaced-func
rule
This rule was deprecated since ESLint v3.3.0 and replaced by the `func-call-spacing` rule. https://eslint.org/docs/latest/rules/no-spaced-func `func-call-spacing` was enabled in this package long ago: airbnb/javascript@27dcb99 So there's no need for it to stay in the ruleset. Besides, it is causing some tricky issues when overriding the rules for TypeScript support (iamturns/eslint-config-airbnb-typescript#246)