Closed
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-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-in allowAutomaticSingleRunInference
, there have been relatively few changes to the flag. AFAIK the only bugs reported have been:
- [allowAutomaticSingleRunInference] auto fix mangles files #3626: fixed by fix(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 by fix(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 make allowAutomaticSingleRunInference
opt-in as a breaking change.
Fail
n/a
Pass
n/a
Additional Info
No response