Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I havesearched for related issues and found none that match my proposal.
- I have searched thecurrent rule list and found no rules that match my proposal.
- I haveread 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 torecommendedTypeChecked
(as well as for its*TypeChecked
friends) but withprojectService: true
specified. That way, just astseslint.configs.recommended
enables TS language support intseslint.configs.recommended[0]
, the proposed config would enable TS language supportwith 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 theprojectService: true
variant. Maybetseslint.configs.recommendedPreconfiguredTypeChecked
? Idk what a good name would be 🤷♂️
Additional Info
Refs:
- discord help request conversation athttps://discord.com/channels/1026804805894672454/1317907420403732571
- (private) internal discord conversation:https://discord.com/channels/1026804805894672454/1318018003094208512