Deno Lint Versions Save

Blazing fast linter for JavaScript and TypeScript written in Rust

0.56.0

3 months ago

0.55.2

3 months ago
  • fix: cargo release (#1248)

0.55.1

3 months ago
  • Specify reasons for ignore directives (#1239)

0.55.0

4 months ago
  • Update deprecated APIs for Deno v1.40 (#1234)
  • feat: add explanation for ignore directives (#1229)
  • fix: improve no-console and no-window rule analysis (#1235)
  • fix: update docs of existing deprecated Deno.* APIs (#1236)

0.54.0

4 months ago
  • feat: add no-self-compare rule (#1230)
  • feat: no-window (#1166)
  • fix: wrong hint for deprecated Deno APIs (#1222)

0.53.0

4 months ago
  • feat: add no-import-assertions rule (#1209)
  • fix(no_var): report diagnostic on var keyword (#1213)
  • fix(require_await): support 'using await' (#1212)
  • fix: add no-console to rules (#1214)
  • fix: improve explicit-module-boundary-types rule (#1211)
  • fix: update some docs (#1215)
  • fix: upgrade to deno_ast 1 (#1224)

0.52.2

7 months ago

0.52.1

7 months ago

0.52.0

7 months ago
  • feat: upgrade to deno_ast 0.30 (#1202)
  • fix(prefer-primordials): Ignore TsTypeRef (#1197)
  • fix: local islands treated as server components (#1195)

0.51.0

9 months ago
  • feat(camelcase): allow for non-declaration object destructuring and named import when has no alias (#1187)
  • feat(rules): add no-console rule (#1189, #1194)
  • feat: upgrade to deno_ast 0.29 (#1193)