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.
xo
1 parent c855be8 commit aaf1fe3Copy full SHA for aaf1fe3
package.json
@@ -63,7 +63,7 @@
63
"tape": "^5.0.0",
64
"type-coverage": "^2.0.0",
65
"typescript": "^4.0.0",
66
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
67
},
68
"scripts": {
69
"prepack": "npm run build && npm run format",
test/index.js
@@ -1,5 +1,5 @@
1
-import fs from 'fs'
2
-import path from 'path'
+import fs from 'node:fs'
+import path from 'node:path'
3
import test from 'tape'
4
import rehype from 'rehype'
5
import {VFile} from 'vfile'
0 commit comments