diff options
author | dan <dan.abramov@gmail.com> | 2024-06-18 08:23:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 08:23:41 +0300 |
commit | e6213d7aa56faa6994a27bf127c63ded69e67d6f (patch) | |
tree | ebdd76bda638c8547e2b90e12abd12330aa93f0c /.eslintrc.js | |
parent | 077da0830924d4c040ef095d8349f13fdfdf4372 (diff) | |
download | voidsky-e6213d7aa56faa6994a27bf127c63ded69e67d6f.tar.zst |
Fix Android startup perf regression (#4544)
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 541b3d615..caeddd83b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,6 +32,7 @@ module.exports = { }, ], 'bsky-internal/use-typed-gates': 'error', + 'bsky-internal/keep-i18n-patch-in-sync': 'error', 'simple-import-sort/imports': [ 'warn', { |