Skip to content

Commit

Permalink
docs(lint): Update available rules & add link to doc site (denoland#8590
Browse files Browse the repository at this point in the history
)
  • Loading branch information
magurotuna committed Dec 2, 2020
1 parent f49d955 commit e174479
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/tools/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e174479

Please sign in to comment.