Releases: denoland/deno_lint
Releases · denoland/deno_lint
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
- feat(prefer-primordials): Add check for
yield*
(#1111) - feat(prefer-primordials): Add check for getter properties (#1114)
- fix(default-param-last): check class constructors (#1120)
- fix: Update syntax hightlighting css file and set 100vh container (#1129)
- fix: upgrade deno_ast to 0.24 (#1130)
- update(ban-types): add
BigInt
type check (#1124) - update(no-deprecated-deno-api): deprecate
Deno.run
(#1128)
0.37.0
0.36.0
What's Changed
- chore(docs): remove doc for
no-mixed-spaces-and-tabs
by @magurotuna in #1100 - chore(docs): update
www/public/docs.json
& add a CI step to check if it's up-to-date by @magurotuna in #1101 - feat: Add guard-for-in rule by @petamoriken in #1105
- ref: Exclude rules takes precedence over include by @kamilogorek in #1104
- fix(prefer-primordials): Detailed messages and hints & Add missing global intrinsic targets by @petamoriken in #1107
- feat(prefer-primordials): Prevent to use array pattern assignments by @petamoriken in #1108
- 0.36.0 by @ry in #1109
New Contributors
- @kamilogorek made their first contribution in #1104
Full Changelog: 0.35.0...0.36.0