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 3993414 commit eaee283Copy full SHA for eaee283
package.json
@@ -54,7 +54,7 @@
54
"type-coverage": "^2.0.0",
55
"typescript": "^4.0.0",
56
"w3c-xmlserializer": "^2.0.0",
57
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
58
},
59
"scripts": {
60
"prepack": "npm run build && npm run format",
test/index.js
@@ -2,8 +2,8 @@
2
* @typedef {import('../lib/index.js').HastNode} HastNode
3
*/
4
5
-import fs from 'fs'
6
-import path from 'path'
+import fs from 'node:fs'
+import path from 'node:path'
7
import test from 'tape'
8
import glob from 'glob'
9
import {JSDOM} from 'jsdom'
0 commit comments