diff options
Diffstat (limited to 'eslint/index.js')
-rw-r--r-- | eslint/index.js | 1 |
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'), }, } |