This repository was archived by the owner on Aug 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +73
-74
lines changed Expand file tree Collapse file tree 2 files changed +73
-74
lines changed Original file line number Diff line number Diff line change 22
22
"repository" : " syntax-tree/hast-to-hyperscript" ,
23
23
"bugs" : " https://github.com/syntax-tree/hast-to-hyperscript/issues" ,
24
24
"funding" : {
25
- "type" : " opencollective" ,
26
- "url" : " https://opencollective.com/unified"
27
- },
25
+ "type" : " opencollective" ,
26
+ "url" : " https://opencollective.com/unified"
27
+ },
28
28
"author" : " Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ,
29
29
"contributors" : [
30
30
" Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ,
52
52
"rehype" : " ^10.0.0" ,
53
53
"remark-cli" : " ^8.0.0" ,
54
54
"remark-preset-wooorm" : " ^7.0.0" ,
55
- "tape" : " ^4 .0.0" ,
55
+ "tape" : " ^5 .0.0" ,
56
56
"tinyify" : " ^2.0.0" ,
57
57
"unist-builder" : " ^2.0.0" ,
58
58
"vdom-to-html" : " ^2.0.0" ,
59
59
"virtual-dom" : " ^2.0.0" ,
60
60
"vue" : " ^2.0.0" ,
61
61
"vue-server-renderer" : " ^2.0.0" ,
62
- "xo" : " ^0.29 .0"
62
+ "xo" : " ^0.30 .0"
63
63
},
64
64
"scripts" : {
65
65
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
88
88
"prettier" : true ,
89
89
"esnext" : false ,
90
90
"rules" : {
91
+ "unicorn/no-fn-reference-in-iterator" : " off" ,
91
92
"unicorn/prefer-type-error" : " off" ,
92
93
"guard-for-in" : " off" ,
93
94
"no-self-compare" : " off" ,
You can’t perform that action at this time.
0 commit comments