Skip to content

Commit

Permalink
fix(tasks/lint_rules): show deprecated rules
Browse files Browse the repository at this point in the history
closes #9392
  • Loading branch information
Boshen committed Mar 1, 2025
1 parent 355a4db commit 0a97312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lint_rules/src/oxlint-rules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const createRuleEntries = (loadedAllRules) => {

rulesEntry.set(prefixedName, {
docsUrl,
isDeprecated,
isDeprecated: !!isDeprecated,
isRecommended,
// Will be updated later
isImplemented: false,
Expand Down

0 comments on commit 0a97312

Please sign in to comment.