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
The issue is that minimatch doesn’t match directories (like e.g. .gitignore does). Coincidentally, ESLint had the same issue three years ago. I’ll probably fix this using ignore in the next patch version.
For example, let's say I have this in my
package.json
file:If I run
standard
in the command line, I don't get any errors. However, when I open the file in my editor, I still have the errors displayed:I'm on Atom v1.20.0 and using
linter-js-standard
v4.0.1. Let me know if I can provide any other info.The text was updated successfully, but these errors were encountered: