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 b9b5b2b commit 24a5a91Copy full SHA for 24a5a91
package.json
@@ -46,7 +46,7 @@
46
"type-coverage": "^2.0.0",
47
"typescript": "^4.0.0",
48
"unist-util-visit": "^3.0.0",
49
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
50
},
51
"scripts": {
52
"prepack": "npm run build && npm run format",
test.js
@@ -3,7 +3,7 @@
3
* @typedef {import('unist-util-visit').Visitor<Node>} Visitor
4
*/
5
6
-import assert from 'assert'
+import assert from 'node:assert'
7
import test from 'tape'
8
import {retext} from 'retext'
9
import {visit} from 'unist-util-visit'
0 commit comments