Description
What code were you trying to parse?
A sample monorepo, with an extremely low number of source files.
git clone https://github.com/wixplosives/sample-monorepo`
cd sample-monorepo
yarn
yarn lint
What did you expect to happen?
Lint to pass. No watching done what-so-ever, as I'm not in any watch mode of eslint.
What actually happened?
- out of file watchers errors on Linux: https://travis-ci.com/wixplosives/sample-monorepo/jobs/245642338
- eslint trying to watch files inside
node_modules
, which is explicitly ignored in.eslintignore
.
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
2.4.0 |
@typescript-eslint/parser |
2.4.0 |
TypeScript |
3.6.4 |
node |
12.12.0 |
npm |
6.11.3 |
yarn |
1.19.1 |