Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Description
I'm opening a new issue since the other (#243) is closed and might not have visibility, but please close if not appropriate.
We are trying to use typescript-eslint on a pretty large project with 1000+ files. The CLI is very slow (see stats below), which I am able to live with, but since starting to use this plugin all our developers have been experiencing system lockups when running VSCode with the eslint plugin.
Additional info from my comment on the closed issue (#243 (comment)) -
CLI stats:
tslint with project - 20seslint with project - 96seslint without project - 57s
How many files are there?
1000+
Are you linting a multi tsconfig repo?
No
What rules are you using?
recommended + airbnb + prettier
Are you running eslint in watch mode? Via your ide? Via CLI on your entire repo?
- CLI, non-watch
- VSCode
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin | 1.5.0 |
@typescript-eslint/parser | 1.5.0 |
TypeScript | 3.3.4000 |
ESLint | 5.15.1 |
node | 10.15.0 |