diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-08 23:27:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 23:27:36 +0100 |
commit | 6743383d2e89939ae9c12d8de027f05ae4d37518 (patch) | |
tree | 1ae255e50969312f9a688ef690bda9eedabb8b12 /cli/flags.rs | |
parent | b244766f9d31183ee10d37db37c30ca49a3c8aa2 (diff) |
upgrade: deno_doc, deno_lint, dprint, swc (#8292)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 42f8d60d7..b0f098ecf 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1024,9 +1024,6 @@ rule name: Names of rules to ignore must be specified after ignore comment. -ESLint ignore comments are also supported: - // 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 ", |