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
It's a common practise to use glob patterns for include / exclude configurations, there are several existing modules like https://github.com/kaelzhang/node-ignore which is for example used by stylelint and implements well known .gitignore syntax
Describe the solution you'd like
A solution which fits in the expectations of the broader ecosystem, nothing special to a single plugin, which is even hand rolled.
Make .gitignore syntax the default
Additional context
Having string[] as possible argument, but not regex[] is also a bit counter intuitive
Describe the feature you'd like to request
It's a common practise to use glob patterns for include / exclude configurations, there are several existing modules like https://github.com/kaelzhang/node-ignore which is for example used by stylelint and implements well known .gitignore syntax
Describe the solution you'd like
A solution which fits in the expectations of the broader ecosystem, nothing special to a single plugin, which is even hand rolled.
Make .gitignore syntax the default
Additional context
Having
string[]
as possible argument, but notregex[]
is also a bit counter intuitiveValidations
The text was updated successfully, but these errors were encountered: