prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.41k stars 254 forks source link

Disable `@typescript-eslint/space-before-function-paren` rule #125

Closed ybiquitous closed 4 years ago

ybiquitous commented 4 years ago

The new rule @typescript-eslint/space-before-function-paren has been added since @typescript-eslint/eslint-plugin@2.8.0.

This rule is an extension of the ESLint core rule space-before-function-paren, and eslint-config-prettier has disabled the rule already.

lydell commented 4 years ago

Thanks! Released in v6.7.0.

ybiquitous commented 4 years ago

@lydell I always appreciate your quick feedback! 😊