brandongregoryscott / eslint-plugin-collation

ESLint plugin for making your code easier to read, with autofix and TypeScript support
https://eslint-plugin-collation.brandonscott.me
Apache License 2.0
4 stars 0 forks source link

Improve performance on large TS project #32

Closed brandongregoryscott closed 2 years ago

brandongregoryscott commented 2 years ago

For a very large TS project, it can take a while for collation to run on a single file. Look into optimizing this - perhaps, if the --files flag is used, we reinstantiate the Project with only the specified file(s) to reduce the amount of traversal the CLI has to do.