-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider removing the TS style guides #101
Comments
ping @eslint/eslint-team |
At this point, I think we should just remove all of the style guides from this wizard. We should be pushing people towards using code formatters anyway. |
Style guides include a lot of rules that are not covered by code formatters. For example,
|
Yes, but users can use |
Yeah, I'm not opposed to removing style guides from the wizard, just wanted to note that I don't think formatting is a very strong argument because what we call "style guides" are configs that can include much more than just formatting rules. I support removing all style guides from the wizard because the predefined list is somewhat arbitrary, and we now have the |
At the time, the list was made up of the most popular style guides that were encoded with ESLint configs. We've not kept up that list, and many have used to source formatters instead. That's why I think it's a good idea to just remove this question. People can always add in whatever they want after the fact. |
Agreed, marked as accepted. |
Initially, there were 4 ts style guides listed:
However,
aribnb
andgoogle
were later removed (due to unofficial TS support), and recently,eslint-conifg-standard-with-typescript
has been deprecated. Therefore, I suggest skipping the question "Does your project use TypeScript?" when users choose using a style guide. Instead, recommend using--config
to apply a ts styleguide.related:
The text was updated successfully, but these errors were encountered: