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 39
39
"devDependencies" : {
40
40
"browserify" : " ^16.0.0" ,
41
41
"hastscript" : " ^5.0.0" ,
42
- "nyc" : " ^14 .0.0" ,
42
+ "nyc" : " ^15 .0.0" ,
43
43
"prettier" : " ^1.0.0" ,
44
44
"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" ,
49
49
"tape" : " ^4.0.0" ,
50
50
"tinyify" : " ^2.0.0" ,
51
51
"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"
54
54
},
55
55
"scripts" : {
56
56
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
78
78
"xo" : {
79
79
"prettier" : true ,
80
80
"esnext" : false ,
81
+ "rules" : {
82
+ "unicorn/prefer-includes" : " off"
83
+ },
81
84
"ignores" : [
82
85
" hast-util-raw.js"
83
86
]
You can’t perform that action at this time.
0 commit comments