From e174479d2288be6ef8caac87d1e945c91a3c02d7 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Thu, 3 Dec 2020 01:06:25 +0900 Subject: docs(lint): Update available rules & add link to doc site (#8590) --- docs/tools/linter.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/tools') diff --git a/docs/tools/linter.md b/docs/tools/linter.md index 15e6b7ba5..709e0d644 100644 --- a/docs/tools/linter.md +++ b/docs/tools/linter.md @@ -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 -- cgit v1.2.3