diff --git a/.eslintrc.js b/.eslintrc.js index 85fa023b15354c..0c4baa022a5260 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -101,6 +101,12 @@ module.exports = defineConfig({ rules: { 'node/no-missing-import': 'off' } + }, + { + files: ['*.js'], + rules: { + '@typescript-eslint/explicit-module-boundary-types': 'off' + } } ] })