Skip to content

Ability to fallback to the native RegExp OR be able to change regex engine #8040

Answered by viceice
songkeys asked this question in Request Help
Discussion options

You must be logged in to vote

You can simply use excludePackagePatterns

    packageRules: [
      {
        excludePackagePatterns: ["^@abc\\/"], // i.e. i only want packages like `@abc/xxx` to be checked
        enabled: false,
      },
    ],

or

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@songkeys
Comment options

Answer selected by viceice
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #8040 on December 16, 2020 05:56.