Skip to content

Commit 733b55c

Browse files
committed
Update xo
1 parent a43af16 commit 733b55c

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
@@ -61,7 +61,7 @@
6161
"type-coverage": "^2.0.0",
6262
"typescript": "^4.0.0",
6363
"unist-builder": "^3.0.0",
64-
"xo": "^0.39.0"
64+
"xo": "^0.42.0"
6565
},
6666
"scripts": {
6767
"prepack": "npm run build && npm run format",

script/generate-jsx.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 babel from '@babel/core'
44
import {Parser} from 'acorn'
55
import acornJsx from 'acorn-jsx'

0 commit comments

Comments
 (0)