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 55fdc58 commit e1f0580Copy full SHA for e1f0580
package.json
@@ -61,7 +61,7 @@
61
"tape": "^5.0.0",
62
"type-coverage": "^2.0.0",
63
"typescript": "^4.0.0",
64
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
65
},
66
"scripts": {
67
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
script/crawl-tests.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 fetch from 'node-fetch'
4
5
fetch(
test/index.js
import test from 'tape'
import Slugger from 'github-slugger'
import {toHast} from 'mdast-util-to-hast'
0 commit comments