diff --git a/backend/.eslintrc.js b/backend/.eslintrc.js index f79999256..00ae08b1b 100644 --- a/backend/.eslintrc.js +++ b/backend/.eslintrc.js @@ -53,7 +53,6 @@ module.exports = { 'import/no-nodejs-modules': 'off', 'import/unambiguous': 'error', 'import/default': 'error', - 'import/named': 'error', 'import/namespace': 'error', 'import/no-absolute-path': 'error', 'import/no-cycle': 'error',