diff --git a/.eslintrc.js b/.eslintrc.js index 82ccc16eab3..dc0fe92373b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,6 +25,10 @@ module.exports = { }, ], 'node/no-callback-literal': 'off', + 'import/namespace': 'off', + 'import/default': 'off', + 'import/no-named-as-default': 'off', + 'import/no-named-as-default-member': 'off', }, overrides: [ {