Skip to content

Commit

Permalink
remove useless check
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Sep 6, 2022
1 parent 591c83d commit d400d7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/consistent-type-specifier-style.js
Expand Up @@ -100,8 +100,6 @@ module.exports = {
if (specifier.type === 'ImportDefaultSpecifier') {
defaultSpecifier = specifier;
continue;
} else if (specifier.type !== 'ImportSpecifier') {
continue;
}

if (specifier.importKind === 'type') {
Expand Down

0 comments on commit d400d7c

Please sign in to comment.