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 5151 "devDependencies" : {
5252 "browserify" : " ^16.0.0" ,
5353 "hastscript" : " ^5.0.0" ,
54- "nyc" : " ^14 .0.0" ,
54+ "nyc" : " ^15 .0.0" ,
5555 "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" ,
5858 "tape" : " ^4.0.0" ,
5959 "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"
6262 },
6363 "scripts" : {
6464 "format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
8787 "prettier" : true ,
8888 "esnext" : false ,
8989 "rules" : {
90+ "unicorn/prefer-reflect-apply" : " off" ,
91+ "unicorn/prefer-includes" : " off" ,
9092 "unicorn/prefer-type-error" : " off" ,
9193 "max-params" : " off"
9294 },
You can’t perform that action at this time.
0 commit comments