We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbb4b0 commit 6b29f56Copy full SHA for 6b29f56
test/config/config.githubActions.ts
@@ -1,7 +1,8 @@
1
-import { type UncPathOptions } from '../../index.js'
+import type { UncPathOptions } from '../../index.js'
2
3
export const validUncPathOptions: UncPathOptions[] = [
4
{
5
+ // eslint-disable-next-line unicorn/prefer-string-raw
6
uncPath: '\\\\localhost\\c$'
7
}
8
]
0 commit comments