prettier / eslint-config-prettier

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

Turn off `@typescript-eslint/space-infix-ops` #164

Closed ybiquitous closed 4 years ago

ybiquitous commented 4 years ago

TypeScript ESLint v4.6.0 has added a new rule: @typescript-eslint/space-infix-ops. This rule is an extension of the core rule space-infix-ops that eslint-config-prettier has turned off already.

See also:

lydell commented 4 years ago

Thanks! Released in v6.15.0.