Skip to main content

no-slow-types

NOTE: this rule is part of the jsr rule set.
Enable full set in deno.json:
{
  "lint": {
    "tags": ["jsr"]
  }
}
Enable full set using the Deno CLI:
deno lint --tags=jsr

Enforces using types that are explicit or can be simply inferred.

Read more: https://jsr.io/docs/about-slow-types

Did you find what you needed?

Privacy policy