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 /eslint/index.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 'eslint/index.js')
-rw-r--r-- | eslint/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eslint/index.js b/eslint/index.js index cb6291d79..cf5d41225 100644 --- a/eslint/index.js +++ b/eslint/index.js @@ -2,7 +2,6 @@ module.exports = { rules: { - 'keep-i18n-patch-in-sync': require('./keep-i18n-patch-in-sync'), 'avoid-unwrapped-text': require('./avoid-unwrapped-text'), 'use-exact-imports': require('./use-exact-imports'), 'use-typed-gates': require('./use-typed-gates'), |