File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"browserify" : " ^16.0.0" ,
53
53
"hastscript" : " ^5.0.0" ,
54
- "nyc" : " ^14 .0.0" ,
54
+ "nyc" : " ^15 .0.0" ,
55
55
"prettier" : " ^1.0.0" ,
56
- "remark-cli" : " ^6 .0.0" ,
57
- "remark-preset-wooorm" : " ^5 .0.0" ,
56
+ "remark-cli" : " ^7 .0.0" ,
57
+ "remark-preset-wooorm" : " ^6 .0.0" ,
58
58
"tape" : " ^4.0.0" ,
59
59
"tinyify" : " ^2.0.0" ,
60
- "unist-builder" : " ^1 .0.0" ,
61
- "xo" : " ^0.24 .0"
60
+ "unist-builder" : " ^2 .0.0" ,
61
+ "xo" : " ^0.27 .0"
62
62
},
63
63
"scripts" : {
64
64
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
87
87
"prettier" : true ,
88
88
"esnext" : false ,
89
89
"rules" : {
90
+ "unicorn/prefer-reflect-apply" : " off" ,
91
+ "unicorn/prefer-includes" : " off" ,
90
92
"unicorn/prefer-type-error" : " off" ,
91
93
"max-params" : " off"
92
94
},
You can’t perform that action at this time.
0 commit comments