Skip to content

Commit eaee283

Browse files
committed
Update xo
1 parent 3993414 commit eaee283

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
@@ -54,7 +54,7 @@
5454
"type-coverage": "^2.0.0",
5555
"typescript": "^4.0.0",
5656
"w3c-xmlserializer": "^2.0.0",
57-
"xo": "^0.39.0"
57+
"xo": "^0.42.0"
5858
},
5959
"scripts": {
6060
"prepack": "npm run build && npm run format",

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @typedef {import('../lib/index.js').HastNode} HastNode
33
*/
44

5-
import fs from 'fs'
6-
import path from 'path'
5+
import fs from 'node:fs'
6+
import path from 'node:path'
77
import test from 'tape'
88
import glob from 'glob'
99
import {JSDOM} from 'jsdom'

0 commit comments

Comments
 (0)