Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce that text is wrapped in <Text>, remaining cases (#3421) | dan | 2024-04-05 | 1 | -1/+338 |
| | | | | | | | | | | | | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types * Enforce Button/ButtonText nesting * Add suggested wrapper in linter error * Check <Trans> ancestry too * Also check literals * Rm ts-ignore | ||||
* | Enforce Text suffix for Text-rendering components (#3407) | dan | 2024-04-04 | 1 | -0/+65 |
| | | | | | | | | | | | * 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) | dan | 2024-04-04 | 1 | -0/+423 |
* Add a rudimentary rule * Get the rule passing * Support special-casing text props * More tests |