docs(lint): update available rules (#10638)

This commit is contained in:
Yusuke Tanaka 2021-05-15 22:12:33 +09:00 committed by GitHub
parent 24a2e1ef82
commit bd842c0e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ For more detail, run `deno lint --help`.
- `no-control-regex`
- `no-debugger`
- `no-delete-var`
- `no-deprecated-deno-api`
- `no-dupe-args`
- `no-dupe-class-members`
- `no-dupe-else-if`
@ -71,11 +72,11 @@ For more detail, run `deno lint --help`.
- `no-shadow-restricted-names`
- `no-this-alias`
- `no-this-before-super`
- `no-undef`
- `no-unreachable`
- `no-unsafe-finally`
- `no-unsafe-negation`
- `no-unused-labels`
- `no-unused-vars`
- `no-with`
- `prefer-as-const`
- `prefer-const`