about summary refs log tree commit diff
path: root/eslint/index.js
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-04-10 19:36:37 +0100
committerGitHub <noreply@github.com>2024-04-10 19:36:37 +0100
commit427f3a848d3bdc2e9c4b6b7cb2b8699511339ee2 (patch)
treee50dd6fc56e45170730223c53180389cfab676cf /eslint/index.js
parentbf974b147ec8ba2b84803d17f8ca1f9291726ed2 (diff)
downloadvoidsky-427f3a848d3bdc2e9c4b6b7cb2b8699511339ee2.tar.zst
[Statsig] Typecheck gates (#3467)
* Typecheck gates

* Lint against untyped useGate()

* Alphabetic
Diffstat (limited to 'eslint/index.js')
-rw-r--r--eslint/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/eslint/index.js b/eslint/index.js
index daf5bd81d..bb31a942d 100644
--- a/eslint/index.js
+++ b/eslint/index.js
@@ -3,5 +3,6 @@
 module.exports = {
   rules: {
     'avoid-unwrapped-text': require('./avoid-unwrapped-text'),
+    'use-typed-gates': require('./use-typed-gates'),
   },
 }