Skip to content

Commit dc059a5

Browse files
committed
Update xo
1 parent 434475e commit dc059a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"tape": "^5.0.0",
5959
"type-coverage": "^2.0.0",
6060
"typescript": "^4.0.0",
61-
"xo": "^0.39.0"
61+
"xo": "^0.42.0"
6262
},
6363
"scripts": {
6464
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",

test/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import fs from 'fs'
2-
import path from 'path'
1+
import fs from 'node:fs'
2+
import path from 'node:path'
33
import test from 'tape'
44
import {toHtml} from 'hast-util-to-html'
55
import {toHast} from 'mdast-util-to-hast'

0 commit comments

Comments
 (0)