The doc states I can pass an explicit list of files to Eslint using the CLI (eg. eslint file1.js file2.js) but my list contains hundreds of files. So my questions are:
For the second option, here is what I've tried:
.eslintignore and made exceptions for the files included in my list but Eslint throws an error saying I've ignored all the files.