about summary refs log tree commit diff
path: root/eslint/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Unconditionally polyfill Intl.PluralRules for native (#4554)dan2024-06-181-1/+0
| | | | | | | * Revert "Fix Android startup perf regression (#4544)" This reverts commit e6213d7aa56faa6994a27bf127c63ded69e67d6f. * Force polyfill
* Use exact imports for icons (#4549)dan2024-06-181-0/+1
| | | | | * Use exact imports for icons * Add a lint rule
* 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