Skip to content

Commit f7fc236

Browse files
Update src/config.ts
Co-authored-by: Robin Malfait <[email protected]>
1 parent a2c2c2b commit f7fc236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
2-
import * as path from 'path'
3-
import { pathToFileURL } from 'url'
2+
import * as path from 'node:path'
3+
import { pathToFileURL } from 'node:url'
44
import escalade from 'escalade/sync'
55
import prettier from 'prettier'
66
import type { ParserOptions } from 'prettier'

0 commit comments

Comments
 (0)