Skip to content

Commit d400d7c

Browse files
committed
remove useless check
1 parent 591c83d commit d400d7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rules/consistent-type-specifier-style.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ module.exports = {
100100
if (specifier.type === 'ImportDefaultSpecifier') {
101101
defaultSpecifier = specifier;
102102
continue;
103-
} else if (specifier.type !== 'ImportSpecifier') {
104-
continue;
105103
}
106104

107105
if (specifier.importKind === 'type') {

0 commit comments

Comments
 (0)