Weekly Report 2021/06/28
This is my 40th weekly report.
Weekly contributions
denoland/deno_lint
- refactor(dlint): use
try_for_each
instead offor_each
- fix(dlint): make sure the same rule will be run just once
- doc(no-namespace): add doc and hint
- fix(no-fallthrough): handle empty block in SwitchCase correctly