docs(linter): Fix doc code block in eslint/func-style rule#13171
docs(linter): Fix doc code block in eslint/func-style rule#13171graphite-app[bot] merged 1 commit intomainfrom
eslint/func-style rule#13171Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the documentation formatting in the ESLint func-style rule by adding missing code block delimiters. The change ensures that code examples in the rule's documentation are properly formatted as JavaScript code blocks.
- Adds missing opening and closing code block markers for JavaScript examples
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
CodSpeed Instrumentation Performance ReportMerging #13171 will not alter performanceComparing Summary
Footnotes |
Merge activity
|
https://oxc.rs/docs/guide/usage/linter/rules/eslint/func-style.html#examples This PR fixes <img width="744" height="259" alt="image" src="https://github.com/user-attachments/assets/8d70ae0b-6a48-4902-9b92-7bf5cee486ec" /> and <img width="747" height="291" alt="image" src="https://github.com/user-attachments/assets/b783d076-6e28-4efd-a3bd-4fdf280c96c8" />
2b2e631 to
7fcc51e
Compare
https://oxc.rs/docs/guide/usage/linter/rules/eslint/func-style.html#examples
This PR fixes
and