mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
docs(lint): update available rules (#10638)
This commit is contained in:
parent
24a2e1ef82
commit
bd842c0e28
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user