diff options
author | dan <dan.abramov@gmail.com> | 2024-04-04 17:32:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 17:32:50 +0100 |
commit | 4cc57f4bfdf16fd627ad63bf20ff8193e7d0a12a (patch) | |
tree | cdb25d309e141296e8df680bc4a8fda2105912a1 /package.json | |
parent | 8e393b16f502ca201393d1fd585c870fee8a4fe9 (diff) | |
download | voidsky-4cc57f4bfdf16fd627ad63bf20ff8193e7d0a12a.tar.zst |
Lint against strings without wrapping <Text> (#3398)
* Add a rudimentary rule * Get the rule passing * Support special-casing text props * More tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index b9ffbe2dd..6165d953a 100644 --- a/package.json +++ b/package.json @@ -236,6 +236,7 @@ "babel-preset-expo": "^10.0.0", "detox": "^20.14.8", "eslint": "^8.19.0", + "eslint-plugin-bsky-internal": "link:./eslint", "eslint-plugin-detox": "^1.0.0", "eslint-plugin-ft-flow": "^2.0.3", "eslint-plugin-lingui": "^0.2.0", |