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
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
WARNING in ./app/components/dev/custom.ignored.js
/Users/kentcdodds/Developer/alianza/atac5/app/components/dev/custom.ignored.js
0:0 warning File ignored because of your .eslintignore file. Use --no-ignore to override
✖ 1 problem (0 errors, 1 warning)
Any way I can silence that particular warning?
I'm explicitely ignoring that file, so I don't need/want a warning about it...
Just started getting this when I upgraded from 0.19.0 to the latest
Then later, someone mentioned the docs on the subject saying:
Documentation is stating that you shouldn't see this warning when you run eslint on a directory or multiple files, only when you run it on a single file that is being ignored
Is that not what you are seeing?
And, I explained that I'm using the eslint-loader, to which he responded:
All of the build systems usually do glob patterns first and then run eslint for each file separately
Grunt and Gulp do the same thing
Is there any way that we could get around this without having to quiet all of our warnings?
The text was updated successfully, but these errors were encountered:
I had this problem
Summarized:
Then later, someone mentioned the docs on the subject saying:
And, I explained that I'm using the
eslint-loader
, to which he responded:Is there any way that we could get around this without having to
quiet
all of our warnings?The text was updated successfully, but these errors were encountered: