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 434475e commit dc059a5Copy full SHA for dc059a5
package.json
@@ -58,7 +58,7 @@
58
"tape": "^5.0.0",
59
"type-coverage": "^2.0.0",
60
"typescript": "^4.0.0",
61
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
62
},
63
"scripts": {
64
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
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 {toHtml} from 'hast-util-to-html'
5
import {toHast} from 'mdast-util-to-hast'
0 commit comments