cache files (.eslintcache
) on save
#1844
Labels
feature-request
Request for new features or functionality
Milestone
previous issues: #1323, #1544
the plugin uses
eslint.lintText
which does not support caching ononType
andonSave
. would it be possible to useeslint.lintFiles
ononSave
instead? using cache could improve performance of eslint on pre-commit hooks (e.g husky and lint-staged) significantly.i'm interested in opening a PR, however pointers on where to look at would be appreciated.
The text was updated successfully, but these errors were encountered: