From 08cfb0958907408933982ece4a16d59625b423b0 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 18 Jun 2024 17:27:40 +0300 Subject: Unconditionally polyfill Intl.PluralRules for native (#4554) * Revert "Fix Android startup perf regression (#4544)" This reverts commit e6213d7aa56faa6994a27bf127c63ded69e67d6f. * Force polyfill --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc.js') 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', { -- cgit 1.4.1