File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ export default function LintRulesIndex(
39
39
return (
40
40
< div >
41
41
< div class = "flex flex-col gap-4 mb-8" >
42
+ < p >
43
+ These lint rules are provided by the{ " " }
44
+ < a href = "/runtime/reference/cli/lint/" >
45
+ < code > deno lint</ code >
46
+ </ a > { " " }
47
+ command.
48
+ </ p >
42
49
< input
43
50
type = "text"
44
51
id = "lint-rule-search"
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ The linter can be configured in a
43
43
[ ` deno.json ` ] ( /runtime/fundamentals/configuration/ ) file. You can specify custom
44
44
rules, plugins, and settings to tailor the linting process to your needs.
45
45
46
- You can view and search the list of available rules and their usage on
46
+ ### Linting rules
47
+
48
+ You can view and search the list of available rules and their usage on the
47
49
[ List of rules] ( /lint/ ) documentation page.
48
50
49
51
## Formatting
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ command: lint
10
10
11
11
## Available rules
12
12
13
- For a complete list of supported rules, visit
14
- [ List of rules ] ( https://docs.deno.com/lint/ ) documentation page.
13
+ For a complete list of supported rules, visit [ List of rules ] ( /lint/ )
14
+ documentation page.
15
15
16
16
## Ignore directives
17
17
You can’t perform that action at this time.
0 commit comments