Weekly Report 2021/09/06
This is my 50th weekly report.
Weekly contributions
denoland/deno_lint
- feat: implement new lint
prefer-ascii
- test(tools): add integration test for scaffold
- fix(tools): handle input with two or more hyphens correctly
- chore(tools): add scaffold script to create a new lint
- chore: add missing copyright
- fix(no-deprecated-deno-api): handle cases where
Deno
is shadowed in another scope - feat: implement new lint
no-window-prefix
- refactor(no-global-assign): remove its own scope analyzer
- refactor(no-import-assign): remove its own scope analyzer