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
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-estree
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
Since#3512 ->#3528 added the opt-inallowAutomaticSingleRunInference
, there have been relatively few changes to the flag. AFAIK the only bugs reported have been:
- [allowAutomaticSingleRunInference] auto fix mangles files #3626: fixed byfix(typescript-estree): ensure --fix works with singleRun mode #3655
allowAutomaticSingleRunInference
breaks monorepocompilerOptions.types
#4435: "resolved" by indicating the user needs to be more granular in specifying projects- Bug: Reproducible
allowAutomaticSingleRunInference
failure #5880: fixed byfix(typescript-estree): don't allow single-run unless we're in type-aware linting mode #5893
Shoutout@aaronadamsCA for reporting 2/3 of those! 😄
It seems to me like the flag is pretty stable. Since we'll be asking the public to test out the upcoming v6 major version Soon™️, that new version seems like a good time to makeallowAutomaticSingleRunInference
opt-in as a breaking change.
Fail
n/a
Pass
n/a
Additional Info
No response