Skip to content

Commit 0af9a7f

Browse files
committed
Update xo
1 parent 7f21d65 commit 0af9a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"type-coverage": "^2.0.0",
5858
"typescript": "^4.0.0",
5959
"unist-util-remove-position": "^4.0.0",
60-
"xo": "^0.39.0"
60+
"xo": "^0.42.0"
6161
},
6262
"scripts": {
6363
"build": "rimraf \"lib/**/*.d.ts\" \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Say we have the following script, `example.js`:
3434
```js
3535
import {toMarkdown} from 'mdast-util-to-markdown'
3636

37-
var tree = {
37+
const tree = {
3838
type: 'root',
3939
children: [
4040
{

0 commit comments

Comments
 (0)