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
How can I exclude files when I lint from the command line?
Ideally, I would like to add an exclusion pattern to the config file, e.g.
{
'./js/.js',
'!./js/.min.js'
}