-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this package use the ignore
settings in package.json?
#54
Comments
@saadq no that should work. Any chance you could share your product, or put up a repository that reproduces the issue? |
I've added a simple repo here. If you run Some additional details:
I believe I was also having the same issue when using |
Thanks, I can reproduce that locally. |
Thanks for the report. I have opened a PR #55 with some exploration of the issue. Will have to look at it later. Sorry for the late reply, I've been on vacation and busy at work. |
If i have a
packge.json
file like this:Is the package supposed to respect the
ignore
setting I have in thestandard
config? I don't get any errors from runningnpm run lint
becausesome-dir-name
is ignored, but when I open a file insome-dir-name
in Atom, it shows linting errors within the editor. Is there a way to not have the linter run in files that should be ignored?The text was updated successfully, but these errors were encountered: