-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
area: lint configurationsImproving settings placed into lint configurations outside of rules.Improving settings placed into lint configurations outside of rules.status: needs investigationLet's dig deeper into this before drawing conclusions.Let's dig deeper into this before drawing conclusions.type: enhancementNew feature or requestNew feature or request
Description
🚀 Feature Request
Forking conversation from #738 (comment):
Also the error message for the error shown here typescript-eslint/typescript-eslint#967 can be fixed with this and the combination of fixing the includes from
"include": [ "/src" ]to
"include": [ "**/src/**/*.ts" ]If that helps any I just wanted to state the things I had to do to update this project to work with this project. Thanks for the help it looks like things are working now.
Existing Behavior
Include lists are not modified in any way.
Change Proposal
Perhaps they should be, per the linked issue? If so, should it be always on? Opt-in with a flag? Opt-out with a flag?
Investigation required!
Metadata
Metadata
Assignees
Labels
area: lint configurationsImproving settings placed into lint configurations outside of rules.Improving settings placed into lint configurations outside of rules.status: needs investigationLet's dig deeper into this before drawing conclusions.Let's dig deeper into this before drawing conclusions.type: enhancementNew feature or requestNew feature or request