Skip to content

Commit

Permalink
docs: mark rules that are frozen with ❄️ (eslint#19231)
Browse files Browse the repository at this point in the history
* docs: mark rules that are frozen with ❄️

* mark no-undefined as frozen

* update frozen icon

* Update rules.scss
  • Loading branch information
amareshsm authored Dec 21, 2024
1 parent 43172ec commit 613c06a
Show file tree
Hide file tree
Showing 61 changed files with 347 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ function generateRuleIndexPage() {
description: rule.meta.docs.description,
recommended: rule.meta.docs.recommended || false,
fixable: !!rule.meta.fixable,
frozen: !!rule.meta.docs.frozen,
hasSuggestions: !!rule.meta.hasSuggestions
},
ruleType = ruleTypesData.types[rule.meta.type];
Expand Down
Loading

0 comments on commit 613c06a

Please sign in to comment.