summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-15 22:12:33 +0900
committerGitHub <noreply@github.com>2021-05-15 15:12:33 +0200
commitbd842c0e28f6f661b5dee394f41434ce8984046c (patch)
tree51827efaf7ff9b78ee67b077fddd6139e8819752
parent24a2e1ef82cf1a081a9b4603a597eb0085755e36 (diff)
docs(lint): update available rules (#10638)
-rw-r--r--docs/tools/linter.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tools/linter.md b/docs/tools/linter.md
index 04aae2483..0f742be40 100644
--- a/docs/tools/linter.md
+++ b/docs/tools/linter.md
@@ -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`