Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I have searched for related issues and found none that match my proposal.
- I have searched the current rule list and found no rules that match my proposal.
- I have read the FAQ and my problem is not listed.
Relevant Package
typescript-eslint
My proposal is suitable for this project
- I believe my proposal would be useful to the broader TypeScript community (meaning it is not a niche proposal).
Description
I propose that a config should be created identical to recommendedTypeChecked
(as well as for its *TypeChecked
friends) but with projectService: true
specified. That way, just as tseslint.configs.recommended
enables TS language support in tseslint.configs.recommended[0]
, the proposed config would enable TS language support with typed linting support that more-or-less works out of the box for Most™️ projects. I think this could significantly reduce the burden on users for setting up typed linting.
I think it would be breaking to modify the existing configs, so we'd have to come up with a name for the projectService: true
variant. Maybe tseslint.configs.recommendedPreconfiguredTypeChecked
? Idk what a good name would be 🤷♂️
Additional Info
Refs:
- discord help request conversation at https://discord.com/channels/1026804805894672454/1317907420403732571
- (private) internal discord conversation: https://discord.com/channels/1026804805894672454/1318018003094208512