From 5db200b6abcf335b9caad94c4992aac8a04d6caf Mon Sep 17 00:00:00 2001 From: YellowBird <70329111+piyota6@users.noreply.github.com> Date: Wed, 2 Sep 2020 19:03:35 +0900 Subject: fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/flags.rs b/cli/flags.rs index 3fcae5a81..c5d0532a3 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1031,7 +1031,7 @@ rule name: Names of rules to ignore must be specified after ignore comment. ESLint ignore comments are also supported: - // eslint-ignore-next-line @typescrit-eslint/no-explicit-any no-empty + // eslint-disable-next-line @typescrit-eslint/no-explicit-any no-empty Ignore linting a file by adding an ignore comment at the top of the file: // deno-lint-ignore-file -- cgit v1.2.3