about summary refs log tree commit diff
path: root/eslint/index.js
Commit message (Collapse)AuthorAgeFilesLines
* [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