diff options
author | dan <dan.abramov@gmail.com> | 2024-06-18 17:27:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 17:27:40 +0300 |
commit | 08cfb0958907408933982ece4a16d59625b423b0 (patch) | |
tree | ce99de75c36d26f03affd6c6163feab0263c311a /.eslintrc.js | |
parent | f142339e0638aaa8b2d6297fec536eff08dab539 (diff) | |
download | voidsky-08cfb0958907408933982ece4a16d59625b423b0.tar.zst |
Unconditionally polyfill Intl.PluralRules for native (#4554)
* Revert "Fix Android startup perf regression (#4544)" This reverts commit e6213d7aa56faa6994a27bf127c63ded69e67d6f. * Force polyfill
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 8915c5019..9d2b7bbb1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,7 +33,6 @@ module.exports = { ], 'bsky-internal/use-exact-imports': 'error', 'bsky-internal/use-typed-gates': 'error', - 'bsky-internal/keep-i18n-patch-in-sync': 'error', 'simple-import-sort/imports': [ 'warn', { |