about summary refs log tree commit diff
path: root/eslint
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-042-1/+102
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Lint against strings without wrapping <Text> (#3398)dan2024-04-043-0/+541
* Add a rudimentary rule * Get the rule passing * Support special-casing text props * More tests