Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 11, 2023
1 parent 7dfbd01 commit ab881a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/preferInlineTypeImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default createRule<Options, MessageIds>({

context.report({
*fix(fixer) {
// @ts-expect-error TODO
yield* removeTypeSpecifier(fixer, sourceCode, node);

for (const specifier of node.specifiers) {
Expand Down

0 comments on commit ab881a3

Please sign in to comment.