-
Notifications
You must be signed in to change notification settings - Fork 23
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
Caching lint results #370
Comments
Some more recent thoughts on this:
|
More things to consider:
|
Possible solution: rules should call a method on |
🎉 This issue has been resolved in version v0.24.0 🎉 |
It would be nice to support caching to speed up consecutive linter runs with only little changes to the codebase.
Requirements:
/// <reference />
,import
,export
andimport('')
(andrequire
and JSDocimport()
in JS files)@types
, wildcard ambient modules, global augmentations, module agumentations,export as default namespace
///<amd-dependency>
?-m @fimbul/valtyr
).fimbullinter.yaml
The text was updated successfully, but these errors were encountered: