This might be a dumb question so sorry in advance. I have gotten this result when I run eslint on my file.
/home/ubuntu/workspace/node_modules/.bin/eslint
0:0 warning File ignored by default. Use "--ignore-pattern '!node_modules/*'" to override
✖ 1 problem (0 errors, 1 warning)
so I include --ignore-pattern to get rid of that warning however I get no response back. Does this mean my file has no lint warnings or errors?
jafar70:~/workspace (master) $ eslint --ignore-pattern ./node_modules/.bin/eslint index.js
jafar70:~/workspace (master) $