Skip to content

Commit 25c1cfa

Browse files
committed
Update xo
1 parent 40299fa commit 25c1cfa

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
@@ -53,7 +53,7 @@
5353
"type-coverage": "^2.0.0",
5454
"typescript": "^4.0.0",
5555
"unist-util-remove-position": "^4.0.0",
56-
"xo": "^0.39.0"
56+
"xo": "^0.42.0"
5757
},
5858
"scripts": {
5959
"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 remark from 'remark'
55
import {removePosition} from 'unist-util-remove-position'

0 commit comments

Comments
 (0)