You can add a .eslintignore in project root directory, and use it the same as .gitignore, .npmignore, etc..
When it comes to ignoring multiple files at the same time, we can use **.
For example: src/** means ignore all files in [root]/src.