Skip to content

Commit 6b29f56

Browse files
committed
linting
1 parent 4dbb4b0 commit 6b29f56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { type UncPathOptions } from '../../index.js'
1+
import type { UncPathOptions } from '../../index.js'
22

33
export const validUncPathOptions: UncPathOptions[] = [
44
{
5+
// eslint-disable-next-line unicorn/prefer-string-raw
56
uncPath: '\\\\localhost\\c$'
67
}
78
]

0 commit comments

Comments
 (0)