From c073f552d9ed18acab02080871c2b70b4951156e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 12 Jun 2020 15:31:04 +0200 Subject: docs(lint): add entry in manual (#6258) --- cli/flags.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli') diff --git a/cli/flags.rs b/cli/flags.rs index acfe2f3e9..bd7ea462f 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -919,6 +919,11 @@ rule name: // deno-lint-ignore require-await no-empty +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 + Ignore linting a file by adding an ignore comment at the top of the file: // deno-lint-ignore-file ", -- cgit v1.2.3