Skip to content

Commit 107d790

Browse files
authored
update readme about frozen rules
1 parent 383b51d commit 107d790

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J
3636
1. [Releases](#releases)
3737
1. [Security Policy](#security-policy)
3838
1. [Semantic Versioning Policy](#semantic-versioning-policy)
39-
1. [Stylistic Rule Updates](#stylistic-rule-updates)
39+
1. [Frozen Rule Updates](#frozen-rule-updates)
4040
1. [License](#license)
4141
1. [Team](#team)
4242
1. [Sponsors](#sponsors)
@@ -192,7 +192,7 @@ ESLint follows [semantic versioning](https://semver.org). However, due to the na
192192

193193
According to our policy, any minor update may report more linting errors than the previous release (ex: from a bug fix). As such, we recommend using the tilde (`~`) in `package.json` e.g. `"eslint": "~3.1.0"` to guarantee the results of your builds.
194194

195-
## Stylistic Rule Updates
195+
## Frozen Rule Updates
196196

197197
Stylistic rules are frozen according to [our policy](https://eslint.org/blog/2020/05/changes-to-rules-policies) on how we evaluate new rules and rule changes.
198198
This means:

docs/src/_includes/components/rule-categories.macro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<span class="rule-category__icon">❄️ <span class="visually-hidden">Frozen</span></span>
3434
<p class="rule-category__description">
3535
This rule is currently frozen and is not accepting <a
36-
href="https://github.com/eslint/eslint/#stylistic-rule-updates">feature requests</a>
36+
href="https://github.com/eslint/eslint/#frozen-rule-updates">feature requests</a>
3737
</p>
3838
</div>
3939
{%- endif -%}

0 commit comments

Comments
 (0)