Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Suggested Changes
We recommend people use Prettier or an equivalent tool for formatting concerns. You should not be primarily using ESLint to manage your whitespace. Linters are not well-suited to that concern.
I think this should be mentioned on the website somewhere. That way, when someone has troubles with formatting -or mentions it in the issue tracker- we have a good canonical docs site location to send them.
A few random supporting things:
- https://typescript-eslint.io/docs/linting/troubleshooting/#the-indent--typescript-eslintindent-rules: the closest thing to a recommendation I could find on our site
- https://github.com/typescript-eslint/tslint-to-eslint-config/blob/main/docs/FAQs.md#should-i-use-prettier
- Todo: where is the ESLint team's opinion on this? I swear I saw it somewhere...
Affected URL(s)
Maybehttps://typescript-eslint.io/docs/linting/troubleshooting?