-
-
Notifications
You must be signed in to change notification settings - Fork 285
Refactor typescript pack #1501
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
Comments
From 1496:
|
Lets target this for release 20 |
This can be done step by step.
|
Me like this. Seems like the right direction to move in. |
Is your feature related to a problem?
At the moment, the TypeScript pack has too many responsibilities (TypeScript, ESLint, Prettier).
Describe the new feature
It would be good to separate it into TypeScript, ESLint, and Prettier packs. The reason is that there are other tools that can be used for formatting and linting, and different combinations of them. At the moment, it's impossible to use those combinations, e.g., pure ESLint for linting and formatting, or no ESLint and only Prettier, or even using Biome.
Additional context
Related issue: #962
The text was updated successfully, but these errors were encountered: