Skip to content

Commit 88dd815

Browse files
committed
[Deps] update is-core-module
1 parent 328064a commit 88dd815

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"eslint-import-resolver-node": "^0.3.7",
109109
"eslint-module-utils": "^2.8.0",
110110
"has": "^1.0.3",
111-
"is-core-module": "^2.12.0",
111+
"is-core-module": "^2.12.1",
112112
"is-glob": "^4.0.3",
113113
"minimatch": "^3.1.2",
114114
"object.values": "^1.1.6",

src/rules/default.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ module.exports = {
1313
},
1414

1515
create(context) {
16-
1716
function checkDefault(specifierType, node) {
18-
1917
const defaultSpecifier = node.specifiers.find(
2018
(specifier) => specifier.type === specifierType,
2119
);

0 commit comments

Comments
 (0)