Skip to content

Commit 3a0adc3

Browse files
committed
Update xo
1 parent 762ba62 commit 3a0adc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"type-coverage": "^2.0.0",
5757
"typescript": "^4.0.0",
5858
"unist-util-visit": "^3.0.0",
59-
"xo": "^0.39.0"
59+
"xo": "^0.42.0"
6060
},
6161
"scripts": {
6262
"prepack": "npm run build && npm run format",

Diff for: test/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* @property {string} out
99
*/
1010

11-
import fs from 'fs'
12-
import path from 'path'
13-
import assert from 'assert'
11+
import fs from 'node:fs'
12+
import path from 'node:path'
13+
import assert from 'node:assert'
1414
import test from 'tape'
1515
import {isHidden} from 'is-hidden'
1616
import parse5 from 'parse5'

0 commit comments

Comments
 (0)