diff options
-rw-r--r-- | docs/tools/linter.md | 3 |
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` |