From 427f3a848d3bdc2e9c4b6b7cb2b8699511339ee2 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 10 Apr 2024 19:36:37 +0100 Subject: [Statsig] Typecheck gates (#3467) * Typecheck gates * Lint against untyped useGate() * Alphabetic --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') 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', { -- cgit 1.4.1