Update xo
This commit is contained in:
parent
0451eb5539
commit
5855467c0b
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@
|
||||||
"to-vfile": "^7.0.0",
|
"to-vfile": "^7.0.0",
|
||||||
"type-coverage": "^2.0.0",
|
"type-coverage": "^2.0.0",
|
||||||
"typescript": "^4.0.0",
|
"typescript": "^4.0.0",
|
||||||
"xo": "^0.39.0"
|
"xo": "^0.43.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
|
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
* @typedef {import('mdast').Root} Root
|
* @typedef {import('mdast').Root} Root
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import fs from 'fs'
|
import fs from 'node:fs'
|
||||||
import path from 'path'
|
import path from 'node:path'
|
||||||
import test from 'tape'
|
import test from 'tape'
|
||||||
import {readSync} from 'to-vfile'
|
import {readSync} from 'to-vfile'
|
||||||
import {unified} from 'unified'
|
import {unified} from 'unified'
|
||||||
|
|
Loading…
Add table
Reference in a new issue