Update xo

This commit is contained in:
Titus Wormer 2021-08-05 16:06:44 +02:00
parent 0451eb5539
commit 5855467c0b
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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'