Skip to content

Commit

Permalink
[Deps] update is-core-module
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 28, 2023
1 parent 328064a commit 88dd815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"eslint-import-resolver-node": "^0.3.7",
"eslint-module-utils": "^2.8.0",
"has": "^1.0.3",
"is-core-module": "^2.12.0",
"is-core-module": "^2.12.1",
"is-glob": "^4.0.3",
"minimatch": "^3.1.2",
"object.values": "^1.1.6",
Expand Down
2 changes: 0 additions & 2 deletions src/rules/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ module.exports = {
},

create(context) {

function checkDefault(specifierType, node) {

const defaultSpecifier = node.specifiers.find(
(specifier) => specifier.type === specifierType,
);
Expand Down

0 comments on commit 88dd815

Please sign in to comment.