Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99cfd7e

Browse files
docs: add missing "the" in rule deprecation docs (#20050)
1 parent bfa4601 commit 99cfd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/rule-deprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The ESLint team is committed to making upgrading as easy and painless as possibl
1010
- The rule has been replaced by another core rule.
1111
- A plugin exists with a functionally equivalent rule.
1212
- Rules will be deprecated as needed, and marked as such in all documentation.
13-
- After a rule has been deprecated, the team will no longer do any work on it. This includes bug fixes, enhancements, and updates to the rule's documentation. Issues and pull requests related to deprecated rule will not be accepted and will be closed.
13+
- After a rule has been deprecated, the team will no longer do any work on it. This includes bug fixes, enhancements, and updates to the rule's documentation. Issues and pull requests related to the deprecated rule will not be accepted and will be closed.
1414

1515
You can continue to use deprecated rules indefinitely if they are working for you. However, keep in mind that deprecated rules will effectively be unmaintained and may be removed at some point.
1616

0 commit comments

Comments
 (0)