-
-
Notifications
You must be signed in to change notification settings - Fork 23
Implement cache #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👍 |
By the way, have you checked the |
It would also be nice if the cache strategy could be pluggable. |
Another possible approach could be storing the cache as part of a vFile abstraction, see vfile/ideas#2 |
Hi, what kind of cache are we talking about? I use tools like https://github.com/azz/pretty-quick/blob/master/README.md to speed up the formatting process. I could imagine a simple package which pass a list of all changed files to unified (based on git) |
That would be great, at the moment only
eslint
havecache
, instylelint
we working at this stylelint/stylelint#2270 👍 Moved from remarkjs/remark-lint#120The text was updated successfully, but these errors were encountered: