about summary refs log tree commit diff
path: root/eslint/avoid-unwrapped-text.js
Commit message (Collapse)AuthorAgeFilesLines
* Lint against strings without wrapping <Text> (#3398)dan2024-04-041-0/+111
* Add a rudimentary rule * Get the rule passing * Support special-casing text props * More tests