Skip to content

Commit

Permalink
lint: import/named off
Browse files Browse the repository at this point in the history
  • Loading branch information
LoaderB0T committed Oct 4, 2024
1 parent e8f2284 commit 135411f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint-configs/base/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export default [
},
],
"import/no-duplicates": "error",
"import/named": "off",
},
},
];
2 changes: 1 addition & 1 deletion eslint-configs/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awdware/eslint-config-base",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/awdware/dev",
"repository": {
"type": "git",
Expand Down

0 comments on commit 135411f

Please sign in to comment.