Skip to content

Commit

Permalink
docs: add rule links to the stylistic plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed May 9, 2024
1 parent d82982c commit 65b9c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/rules/line-comment-position.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: line-comment-position
rule_type: layout
---

This rule was **deprecated** in ESLint v9.3.0.
This rule was **deprecated** in ESLint v9.3.0. Please use the [corresponding rule](https://eslint.style/rules/js/line-comment-position) in [`@stylistic/eslint-plugin-js`](https://eslint.style/packages/js).

Line comments can be positioned above or beside code. This rule helps teams maintain a consistent style.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/rules/multiline-comment-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: multiline-comment-style
rule_type: suggestion
---

This rule was **deprecated** in ESLint v9.3.0.
This rule was **deprecated** in ESLint v9.3.0. Please use the [corresponding rule](https://eslint.style/rules/js/multiline-comment-style) in [`@stylistic/eslint-plugin-js`](https://eslint.style/packages/js).

Many style guides require a particular style for comments that span multiple lines. For example, some style guides prefer the use of a single block comment for multiline comments, whereas other style guides prefer consecutive line comments.

Expand Down

0 comments on commit 65b9c2b

Please sign in to comment.