about summary refs log tree commit diff
path: root/eslint/index.js
diff options
context:
space:
mode:
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 bb31a942d..cf5d41225 100644
--- a/eslint/index.js
+++ b/eslint/index.js
@@ -3,6 +3,7 @@
 module.exports = {
   rules: {
     'avoid-unwrapped-text': require('./avoid-unwrapped-text'),
+    'use-exact-imports': require('./use-exact-imports'),
     'use-typed-gates': require('./use-typed-gates'),
   },
 }