about summary refs log tree commit diff
path: root/eslint/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix Android startup perf regression (#4544)dan2024-06-181-0/+1
|
* [Statsig] Typecheck gates (#3467)dan2024-04-101-0/+1
| | | | | | | * Typecheck gates * Lint against untyped useGate() * Alphabetic
* Lint against strings without wrapping <Text> (#3398)dan2024-04-041-0/+7
* Add a rudimentary rule * Get the rule passing * Support special-casing text props * More tests