diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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 ", |