We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is-core-module
1 parent 328064a commit 88dd815Copy full SHA for 88dd815
package.json
@@ -108,7 +108,7 @@
108
"eslint-import-resolver-node": "^0.3.7",
109
"eslint-module-utils": "^2.8.0",
110
"has": "^1.0.3",
111
- "is-core-module": "^2.12.0",
+ "is-core-module": "^2.12.1",
112
"is-glob": "^4.0.3",
113
"minimatch": "^3.1.2",
114
"object.values": "^1.1.6",
src/rules/default.js
@@ -13,9 +13,7 @@ module.exports = {
13
},
14
15
create(context) {
16
-
17
function checkDefault(specifierType, node) {
18
19
const defaultSpecifier = node.specifiers.find(
20
(specifier) => specifier.type === specifierType,
21
);
0 commit comments