Skip to content

Commit b826c51

Browse files
committed
Update xo
1 parent 961dbbc commit b826c51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"to-vfile": "^7.0.0",
6060
"type-coverage": "^2.0.0",
6161
"typescript": "^4.0.0",
62-
"xo": "^0.39.0"
62+
"xo": "^0.42.0"
6363
},
6464
"scripts": {
6565
"prepack": "npm run build && npm run format",

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* @typedef {import('vfile').VFile} VFile
88
*/
99

10-
import fs from 'fs'
11-
import path from 'path'
10+
import fs from 'node:fs'
11+
import path from 'node:path'
1212
import test from 'tape'
1313
import remark from 'remark'
1414
import gfm from 'remark-gfm'

0 commit comments

Comments
 (0)