Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Sep 17, 2023
1 parent c01d1a0 commit 0a8882d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type {
GenericTypeAnnotation,
Identifier,
MemberExpression,
QualifiedTypeIdentifier,
Expand All @@ -11,7 +10,7 @@ import type {
import { parse, parseTypescript } from '../../../tests/utils';
import isReactBuiltinReference from '../isReactBuiltinReference.js';
import { describe, expect, test } from 'vitest';
import { NodePath } from '@babel/traverse';
import type { NodePath } from '@babel/traverse';

describe('isReactBuiltinReference', () => {
describe('Commonjs require', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ImportDeclaration } from '@babel/types';
import type { ImportDeclaration } from '@babel/types';
import { parse } from '../../../tests/utils';
import isUnreachableFlowType from '../isUnreachableFlowType.js';
import { describe, expect, test } from 'vitest';
Expand Down

0 comments on commit 0a8882d

Please sign in to comment.