Skip to content

Commit 7efa04d

Browse files
committed
fix lint
1 parent e5efaa8 commit 7efa04d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/query-helpers.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import type {
2-
GetErrorFunction,
3-
Matcher,
4-
MatcherOptions,
5-
QueryMethod,
6-
Variant,
7-
waitForOptions as WaitForOptions,
8-
WithSuggest,
1+
import {
2+
type GetErrorFunction,
3+
type Matcher,
4+
type MatcherOptions,
5+
type QueryMethod,
6+
type Variant,
7+
type waitForOptions as WaitForOptions,
8+
type WithSuggest,
99
} from '../types'
1010
import {getSuggestedQuery} from './suggestions'
1111
import {fuzzyMatches, matches, makeNormalizer} from './matches'

src/screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// WARNING: `lz-string` only has a default export but statically we assume named exports are allowd
22
// TODO: Statically verify we don't rely on NodeJS implicit named imports.
33
import lzString from 'lz-string'
4-
import type {OptionsReceived} from 'pretty-format'
4+
import {type OptionsReceived} from 'pretty-format'
55
import {getQueriesForElement} from './get-queries-for-element'
66
import {getDocument} from './helpers'
77
import {logDOM} from './pretty-dom'

0 commit comments

Comments
 (0)