Skip to content

Commit aaf1fe3

Browse files
committed
Update xo
1 parent c855be8 commit aaf1fe3

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
@@ -63,7 +63,7 @@
6363
"tape": "^5.0.0",
6464
"type-coverage": "^2.0.0",
6565
"typescript": "^4.0.0",
66-
"xo": "^0.39.0"
66+
"xo": "^0.42.0"
6767
},
6868
"scripts": {
6969
"prepack": "npm run build && npm run format",

test/index.js

Lines changed: 2 additions & 2 deletions
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 rehype from 'rehype'
55
import {VFile} from 'vfile'

0 commit comments

Comments
 (0)