oxc/tasks/website
DonIsaac 8f2a566f9f test(linter): ensure rule docs have valid syntax (#4644)
Adds tests for rule documentation by
1. Compiling doc markdown into HTML, which ensures docs use valid markdown syntax
2. Converts the generated HTML into JSX and parses the results with the parser, ensuring the generated HTML is valid

Has the added benefit of adding a lot of JSX test cases to the parser. I've also fixed all violations for these tests in this PR.
2024-08-10 05:03:09 +00:00
..
src test(linter): ensure rule docs have valid syntax (#4644) 2024-08-10 05:03:09 +00:00
Cargo.toml test(linter): ensure rule docs have valid syntax (#4644) 2024-08-10 05:03:09 +00:00