prettier / eslint-config-prettier

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

Disable @typescript-eslint/lines-between-class-members #149

Closed xcatliu closed 4 years ago

lsalazarm99 commented 1 year ago

Why was this not merged? 🤔 @typescript-eslint recommends disabling this rule because it's a formatting rule.

lydell commented 1 year ago

The rule does not conflict with Prettier, and is not unnecessary when using Prettier.