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 40299fa commit 25c1cfaCopy full SHA for 25c1cfa
package.json
@@ -53,7 +53,7 @@
53
"type-coverage": "^2.0.0",
54
"typescript": "^4.0.0",
55
"unist-util-remove-position": "^4.0.0",
56
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
57
},
58
"scripts": {
59
"prepack": "npm run build && npm run format",
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 remark from 'remark'
5
import {removePosition} from 'unist-util-remove-position'
0 commit comments