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 --- eslint/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'eslint/index.js') 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'), }, } -- cgit 1.4.1