diff options
author | dan <dan.abramov@gmail.com> | 2024-04-10 19:36:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 19:36:37 +0100 |
commit | 427f3a848d3bdc2e9c4b6b7cb2b8699511339ee2 (patch) | |
tree | e50dd6fc56e45170730223c53180389cfab676cf /.eslintrc.js | |
parent | bf974b147ec8ba2b84803d17f8ca1f9291726ed2 (diff) | |
download | voidsky-427f3a848d3bdc2e9c4b6b7cb2b8699511339ee2.tar.zst |
[Statsig] Typecheck gates (#3467)
* Typecheck gates * Lint against untyped useGate() * Alphabetic
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 a999fd24b..29136d5dd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { }, }, ], + 'bsky-internal/use-typed-gates': 'error', 'simple-import-sort/imports': [ 'warn', { |