Skip to content

Commit e1f0580

Browse files
committed
Update xo
1 parent 55fdc58 commit e1f0580

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tape": "^5.0.0",
6262
"type-coverage": "^2.0.0",
6363
"typescript": "^4.0.0",
64-
"xo": "^0.39.0"
64+
"xo": "^0.42.0"
6565
},
6666
"scripts": {
6767
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",

script/crawl-tests.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 fetch from 'node-fetch'
44

55
fetch(

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 Slugger from 'github-slugger'
55
import {toHast} from 'mdast-util-to-hast'

0 commit comments

Comments
 (0)