Skip to content

Allow negated globs in package.json config #5

@aleclarson

Description

@aleclarson
"bic": ["src/**", "!__tests__/**", "!*.test.*"]

This one should be easy, since we can just split the array into two (only and skip) by checking the first character (for "!") in each string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions