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 961dbbc commit b826c51Copy full SHA for b826c51
package.json
@@ -59,7 +59,7 @@
59
"to-vfile": "^7.0.0",
60
"type-coverage": "^2.0.0",
61
"typescript": "^4.0.0",
62
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
63
},
64
"scripts": {
65
"prepack": "npm run build && npm run format",
test/index.js
@@ -7,8 +7,8 @@
7
* @typedef {import('vfile').VFile} VFile
8
*/
9
10
-import fs from 'fs'
11
-import path from 'path'
+import fs from 'node:fs'
+import path from 'node:path'
12
import test from 'tape'
13
import remark from 'remark'
14
import gfm from 'remark-gfm'
0 commit comments