docs(lint): Update available rules & add link to doc site (#8590)

This commit is contained in:
Yusuke Tanaka 2020-12-03 01:06:25 +09:00 committed by GitHub
parent f49d955601
commit e174479d22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ For more detail, run `deno lint --help`.
- `ban-ts-comment`
- `ban-types`
- `ban-untagged-ignore`
- `camelcase`
- `constructor-super`
- `for-direction`
- `getter-return`
@ -80,12 +81,16 @@ For more detail, run `deno lint --help`.
- `no-unused-labels`
- `no-with`
- `prefer-as-const`
- `prefer-const`
- `prefer-namespace-keyword`
- `require-await`
- `require-yield`
- `triple-slash-reference`
- `use-isnan`
- `valid-typeof`
For more detail about each rule, visit
[the deno_lint rule documentation](https://lint.deno.land).
### Ignore directives
#### Files