cbhscarter
cbhscarter4w ago

Custom Lint rule not applying in IDE with Deno Extension

When I'm using a custom lint rule, it applies the rule correctly when using deno lint but it is not applying the rule in the regular VS Code IDE. Is that expected behavior, or am I potentially missing an implementation piece that does that dynamic analysis.
2 Replies
Kedi
Kedi4w ago
try to clean the cache and ~/.deno
cbhscarter
cbhscarterOP4w ago
I tried deno clean, but not clearing off the .deno directory. I will attempt that later.

Did you find this page helpful?