File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 29
29
],
30
30
"types" : " types/index.d.ts" ,
31
31
"dependencies" : {
32
- "@types/parse5" : " ^5.0.2 " ,
32
+ "@types/parse5" : " ^5.0.0 " ,
33
33
"ccount" : " ^1.0.3" ,
34
34
"hastscript" : " ^5.0.0" ,
35
35
"property-information" : " ^5.0.0" ,
39
39
},
40
40
"devDependencies" : {
41
41
"browserify" : " ^16.0.0" ,
42
- "dtslint" : " ^3.5.2 " ,
42
+ "dtslint" : " ^3.0.0 " ,
43
43
"is-hidden" : " ^1.0.0" ,
44
44
"not" : " ^0.1.0" ,
45
45
"nyc" : " ^15.0.0" ,
46
- "parse5" : " ^5 .0.0" ,
47
- "prettier" : " ^2.0.5 " ,
48
- "remark-cli" : " ^7 .0.0" ,
49
- "remark-preset-wooorm" : " ^6 .0.0" ,
50
- "tape" : " ^4 .0.0" ,
46
+ "parse5" : " ^6 .0.0" ,
47
+ "prettier" : " ^2.0.0 " ,
48
+ "remark-cli" : " ^8 .0.0" ,
49
+ "remark-preset-wooorm" : " ^7 .0.0" ,
50
+ "tape" : " ^5 .0.0" ,
51
51
"tinyify" : " ^2.0.0" ,
52
52
"to-vfile" : " ^6.0.0" ,
53
53
"unist-util-visit" : " ^2.0.0" ,
54
- "xo" : " ^0.27 .0"
54
+ "xo" : " ^0.30 .0"
55
55
},
56
56
"scripts" : {
57
57
"format" : " remark . -qfo && prettier --write . && xo --fix" ,
75
75
"prettier" : true ,
76
76
"esnext" : false ,
77
77
"rules" : {
78
+ "unicorn/no-fn-reference-in-iterator" : " off" ,
78
79
"guard-for-in" : " off"
79
80
},
80
81
"ignores" : [
Original file line number Diff line number Diff line change @@ -355,17 +355,17 @@ test('fixtures', function (t) {
355
355
356
356
function each ( fixture ) {
357
357
t . test ( fixture , function ( st ) {
358
- var opts = {
358
+ var options = {
359
359
file : vfile . readSync ( join ( base , fixture , 'index.html' ) ) ,
360
360
out : join ( base , fixture , 'index.json' )
361
361
}
362
362
363
363
st . plan ( 4 )
364
364
365
- checkYesYes ( st , fixture , opts )
366
- checkNoYes ( st , fixture , opts )
367
- checkYesNo ( st , fixture , opts )
368
- checkNoNo ( st , fixture , opts )
365
+ checkYesYes ( st , fixture , options )
366
+ checkNoYes ( st , fixture , options )
367
+ checkYesNo ( st , fixture , options )
368
+ checkNoNo ( st , fixture , options )
369
369
} )
370
370
}
371
371
You can’t perform that action at this time.
0 commit comments