Open
Description
I was analyzing this plugin and doing some performance tests and I realized that some things should be refactored.
Some proposed changes:
1. Not only parse files on graph
- Files
.d.ts
are not linted Some files are ignored #120 - If you want to ignore a file, use
.eslintignore
2. Remove option exclude
- Use
.eslintignore
3. Remove option threads
- Instead of increasing performance, it worsens dramatically
- With threads enabled, execution time increase by ~300% Potential performance improvements #137
- Waiting Lint multiple files in parallel [$500] eslint/eslint#3565
Metadata
Metadata
Assignees
Labels
No labels