Skip to content

Commit

Permalink
Disable slow import/namespace rule
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed Jun 28, 2022
1 parent 89ab014 commit 536cc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/import.js
Expand Up @@ -27,7 +27,7 @@ module.exports = {
"import/group-exports": "off",
"import/max-dependencies": "off",
"import/named": "error",
"import/namespace": "error",
"import/namespace": "off", // https://github.com/import-js/eslint-plugin-import/issues/2340
"import/newline-after-import": "error",
"import/no-absolute-path": "error",
"import/no-amd": "error",
Expand Down

0 comments on commit 536cc8b

Please sign in to comment.