Skip to content

Consider modifying config inclusion lists #740

Open
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

🚀 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

No one assigned

    Labels

    area: lint configurationsImproving settings placed into lint configurations outside of rules.status: needs investigationLet's dig deeper into this before drawing conclusions.type: enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions