File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 3939 "devDependencies" : {
4040 "browserify" : " ^16.0.0" ,
4141 "hastscript" : " ^5.0.0" ,
42- "nyc" : " ^14 .0.0" ,
42+ "nyc" : " ^15 .0.0" ,
4343 "prettier" : " ^1.0.0" ,
4444 "rehype-stringify" : " ^6.0.0" ,
45- "remark-cli" : " ^6 .0.0" ,
46- "remark-parse" : " ^6 .0.0" ,
47- "remark-preset-wooorm" : " ^5 .0.0" ,
48- "remark-rehype" : " ^4 .0.0" ,
45+ "remark-cli" : " ^7 .0.0" ,
46+ "remark-parse" : " ^7 .0.0" ,
47+ "remark-preset-wooorm" : " ^6 .0.0" ,
48+ "remark-rehype" : " ^5 .0.0" ,
4949 "tape" : " ^4.0.0" ,
5050 "tinyify" : " ^2.0.0" ,
5151 "unified" : " ^8.0.0" ,
52- "unist-builder" : " ^1 .0.0" ,
53- "xo" : " ^0.24 .0"
52+ "unist-builder" : " ^2 .0.0" ,
53+ "xo" : " ^0.27 .0"
5454 },
5555 "scripts" : {
5656 "format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
7878 "xo" : {
7979 "prettier" : true ,
8080 "esnext" : false ,
81+ "rules" : {
82+ "unicorn/prefer-includes" : " off"
83+ },
8184 "ignores" : [
8285 " hast-util-raw.js"
8386 ]
You can’t perform that action at this time.
0 commit comments