From 931509f2b01f1b79e95451c649b47afa88f4cc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 21 Dec 2024 01:49:38 +0100 Subject: [PATCH] link --- runtime/reference/cli/lint.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/reference/cli/lint.md b/runtime/reference/cli/lint.md index ac575503..5b6c3232 100644 --- a/runtime/reference/cli/lint.md +++ b/runtime/reference/cli/lint.md @@ -110,10 +110,10 @@ function foo(): any { ## Ignore `ban-unused-ignore` itself -deno_lint provides `ban-unused-ignore` rule, which will detect ignore directives -that don't ever suppress certain diagnostics. This is useful when you want to -discover ignore directives that are no longer necessary after refactoring the -code. +`deno lint` provides [`ban-unused-ignore` rule](/lint/rules/ban-unused-ignore/), +which will detect ignore directives that don't ever suppress certain +diagnostics. This is useful when you want to discover ignore directives that are +no longer necessary after refactoring the code. In a few cases, however, you might want to ignore `ban-unused-ignore` rule itself. One of the typical cases would be when working with auto-generated