Skip to content

Commit

Permalink
chore(lint): merge import lines
Browse files Browse the repository at this point in the history
Co-authored-by: Wolfgang Hobmaier <[email protected]>
  • Loading branch information
jackey8616 and WoH authored Apr 5, 2024
1 parent 33f228e commit 26e4dd7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { HasModifiers } from 'typescript';
import { SyntaxKind, getModifiers } from 'typescript';
import { SyntaxKind, getModifiers, type HasModifiers } from 'typescript';

import { TypeResolver } from '../typeResolver';

Expand Down

0 comments on commit 26e4dd7

Please sign in to comment.