diff --git a/lib/index.js b/lib/index.js
index 4c3ee02..162e621 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -28,6 +28,11 @@ module.exports = {
       'no-global-assign': 'off',
       'no-extend-native': 'off',
     },
+  }, {
+    files: ['lib/**', 'bin/**'],
+    rules: {
+      'import/no-extraneous-dependencies': ['error', { devDependencies: false }],
+    },
   }],
   rules: {
     'accessor-pairs': 'error',