Closed
Description
🚀 Feature Request
Forking conversation from #738 (comment):
Also, I have seen this fix on many other issues and wonder why it doesn't get placed on default if it fixes many issues.
In .eslintrc.js inside "parserOptions" placing
'createDefaultProgram': trueSeems to fix a lot of eslint issues with my IDE.
Existing Behavior
createDefaultProgram
is not mentioned anywhere in this repository.
Change Proposal
Should it be included in the default output configuration? If so, should it be always on, opt-in with a flag, or opt-out with a flag?
Investigation required!