Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rule suggestions link to new docs page #509

Merged
merged 1 commit into from Feb 3, 2024

Conversation

JoshuaKGoldberg
Copy link
Contributor

Fixes eslint-community/eslint-plugin-eslint-plugin#422.

I was tempted to also update the link for fixable rules too, since there's an equivalent Fixable Rules heading in the same ESLint docs page. But I kind of like how the two links point to two places and encourage users to read both...!

@bmish bmish added the bug Something isn't working label Feb 3, 2024
Copy link
Owner

@bmish bmish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -25,7 +25,7 @@ This plugin is for x purpose.
🎨 Set in the `stylistic` configuration.\
⌨️ Set in the `typescript` configuration.\
🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding:

I was tempted to also update the link for fixable rules too, since there's an equivalent Fixable Rules heading in the same ESLint docs page. But I kind of like how the two links point to two places and encourage users to read both...!

I think we could fix this by having the two ESLint docs on fixability link to each other.

Ideally, one doc on a topic links to all the other docs on the same topic...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmish bmish changed the title feat: update suggestions link to new docs page Update suggestions link to new docs page Feb 3, 2024
@bmish bmish changed the title Update suggestions link to new docs page Update rule suggestions link to new docs page Feb 3, 2024
@bmish bmish merged commit d86b890 into bmish:main Feb 3, 2024
8 of 9 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the new-suggestions-link branch February 3, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update 'editor suggestions' link to point to user-facing guide
2 participants