Skip to content

Commit

Permalink
docs(linting): mention how to enable sets of rules (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored Mar 3, 2025
1 parent abc4e1f commit a6ba47e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ export default function LintRulesIndex(
<a href="/runtime/reference/cli/lint/">
<code>deno lint</code>
</a>{" "}
command.
command. You can enable sets of rules in <code>deno.json(c)</code>
{" "}
by adding their tags (e.g. <code>recommended</code>,{" "}
<code>react</code>) to the <code>lint.rules.tags</code> array.
</p>
<input
type="text"
Expand Down

0 comments on commit a6ba47e

Please sign in to comment.