Skip to content

Commit

Permalink
Disable 'import/no-namespace'; it creates conflicting imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeij committed Jun 28, 2021
1 parent b22a3fb commit 8224122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fontoxml/eslint-config",
"version": "4.0.1",
"version": "4.0.2",
"license": "MIT",
"author": "Fonto",
"description": "Fonto's opiniated ESLint base configuration.",
Expand Down
2 changes: 1 addition & 1 deletion rules/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
'import/no-mutable-exports': 'off', // @TODO
'import/no-named-default': 'off', // @TODO
'import/no-named-export': 'off', // @TODO
'import/no-namespace': 'warn', // @AUTOFIX
'import/no-namespace': 'off', // @AUTOFIX
'import/no-nodejs-modules': 'off', // @TODO
'import/no-relative-packages': 'off', // @TODO
'import/no-relative-parent-imports': 'off', // @TODO
Expand Down

0 comments on commit 8224122

Please sign in to comment.