We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0a607 commit 16dbae7Copy full SHA for 16dbae7
package.json
@@ -56,7 +56,7 @@
56
"tinyify": "^3.0.0",
57
"unified": "^9.0.0",
58
"unist-builder": "^2.0.0",
59
- "xo": "^0.35.0"
+ "xo": "^0.38.0"
60
},
61
"scripts": {
62
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
test.js
@@ -591,8 +591,8 @@ test('integration', function (t) {
591
'<p>Hello, world!',
592
''
593
].join('\n'),
594
- function (err, file) {
595
- t.ifErr(err, 'should not fail')
+ function (error, file) {
+ t.ifErr(error, 'should not fail')
596
597
t.equal(
598
String(file),
0 commit comments