You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@okonet it's to do with matchBase option it seems which makes a lot of negation patterns very hard to write (I haven't yet found a way to convert this).
What are your thoughts about taking glob options in the advanced config format to override the default minimatch settings?
The following pattern:
{,!(node_modules|lib)/**/}{.*,*}.js
Is matching this file:
lib/my-file.lib.js
This should not be the case, See here.
The text was updated successfully, but these errors were encountered: