-
Notifications
You must be signed in to change notification settings - Fork 63
Conversation
I cross-promoted Prettier in a few of the rule listings, but I’m willing to remove it if you don’t want it there. |
(Directing users to Prettier would save us from having to implement formatting rules for TS) |
@j-f1
but besides of that, nice work 👍 |
Even if prettier supports formatting, it would be ideal to support it in eslint directly. |
@bradzacher is currently working on indent rule see #219 |
i'm going to work on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It's great for us to cross promote other packages. That being said, while I do love prettier [1], due to its low configurability I think we should be cautious about not implementing things here purely because it's in prettier. Though alerting people to it as an alternative to fill our holes is a great idea. [1] since starting at FB (where it's on by default for JS code), I've added prettier-eslint to all my personal projects. For my code I didn't quite like how prettier formatted the code, but when paired with eslint fixers it's perfect. It's literally changed my coding life. |
This adds a roadmap with a complete listing of TSLint core rules and their equivalents in the ESLint ecosystem.
Rendered Version 📄