Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider modifying config inclusion lists #740

Open
JoshuaKGoldberg opened this issue Oct 9, 2020 · 0 comments
Open

Consider modifying config inclusion lists #740

JoshuaKGoldberg opened this issue Oct 9, 2020 · 0 comments
Labels
area: lint configurations Improving settings placed into lint configurations outside of rules. status: needs investigation Let's dig deeper into this before drawing conclusions. type: enhancement New feature or request

Comments

@JoshuaKGoldberg
Copy link
Member

馃殌 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!

@JoshuaKGoldberg JoshuaKGoldberg added area: lint configurations Improving settings placed into lint configurations outside of rules. status: needs investigation Let's dig deeper into this before drawing conclusions. type: enhancement New feature or request labels Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: lint configurations Improving settings placed into lint configurations outside of rules. status: needs investigation Let's dig deeper into this before drawing conclusions. type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant