react icon indicating copy to clipboard operation
react copied to clipboard

[eprh] fix react-compiler rules missing `meta.docs.url` property

Open k-yle opened this issue 4 days ago • 0 comments

Summary

To help people access the documentation easier, we can add meta.docs.url to the new react-compiler rules. This allows IDEs to make the rule name a clickable link.

How did you test this change?

yarn test, yarn prettier, yarn lint and in a separate project using file:// URLs

k-yle avatar Dec 01 '25 08:12 k-yle