Enhancement: Default allowAutomaticSingleRunInference to true in v6 #6176
Labels
breaking change
This change will require a new major version to be released
enhancement
New feature or request
performance
Issues regarding performance
triage
Waiting for team members to take a look
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
typescript-estree
My proposal is suitable for this project
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
breaks monorepocompilerOptions.types
#4435: "resolved" by indicating the user needs to be more granular in specifying projectsallowAutomaticSingleRunInference
failure #5880: fixed by fix(typescript-estree): don't allow single-run unless we're in type-aware linting mode #5893Shoutout @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
Pass
Additional Info
No response
The text was updated successfully, but these errors were encountered: