diff --git a/import/index.js b/import/index.js index 6973355..e98c2d5 100644 --- a/import/index.js +++ b/import/index.js @@ -67,5 +67,13 @@ module.exports = { 'import/no-commonjs': 'off', }, }, + { + files: [ + '**/*.d.ts', + ], + rules: { + 'import/unambiguous': 'off', + }, + }, ], };