dillon1000/react

Commit

[compiler] Script to produce markdown of lint rule docs (#34260)

The docs site is in a separate repo, but this gives us a semi-automated
way to update the docs about our lint rules. The script generates
markdown files from the rule definitions which we can then manually
copy/paste into the docs site somewhere. In the future we can automate
this fully.
Browse files
Changed paths3 files
First-parent comparison
M compiler/package.json ModifiedM compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts ModifiedA compiler/scripts/build-eslint-docs.js Added
Patch

Files changed

Rendering syntax-highlighted changes…