We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c2c2b commit f7fc236Copy full SHA for f7fc236
src/config.ts
@@ -1,6 +1,6 @@
1
// @ts-check
2
-import * as path from 'path'
3
-import { pathToFileURL } from 'url'
+import * as path from 'node:path'
+import { pathToFileURL } from 'node:url'
4
import escalade from 'escalade/sync'
5
import prettier from 'prettier'
6
import type { ParserOptions } from 'prettier'
0 commit comments