From 857f9b32e02c876e9cce6e82f82fb6ed95248646 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Wed, 9 Sep 2020 23:45:31 +0900 Subject: feat(fmt, lint): show number of checked files (#7312) --- docs/tools/linter.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/tools/linter.md') diff --git a/docs/tools/linter.md b/docs/tools/linter.md index 9f3400682..f5af1543b 100644 --- a/docs/tools/linter.md +++ b/docs/tools/linter.md @@ -52,6 +52,7 @@ For more detail, run `deno lint --help`. - `no-extra-non-null-assertion` - `no-extra-semi` - `no-func-assign` +- `no-inner-declarations` - `no-inferrable-types` - `no-invalid-regexp` - `no-irregular-whitespace` @@ -59,7 +60,7 @@ For more detail, run `deno lint --help`. - `no-mixed-spaces-and-tabs` - `no-namespace` - `no-new-symbol` -- `no-obj-call` +- `no-obj-calls` - `no-octal` - `no-prototype-builtins` - `no-regex-spaces` @@ -68,7 +69,7 @@ For more detail, run `deno lint --help`. - `no-shadow-restricted-names` - `no-this-alias` - `no-this-before-super` -- `no-unexpected-multiline` +- `no-unreachable` - `no-unsafe-finally` - `no-unsafe-negation` - `no-unused-labels` -- cgit v1.2.3