File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 44
44
"figures" : " ^3.0.0" ,
45
45
"nyc" : " ^15.0.0" ,
46
46
"prettier" : " ^2.0.0" ,
47
- "remark" : " ^11 .0.0" ,
48
- "remark-cli" : " ^7 .0.0" ,
49
- "remark-preset-wooorm" : " ^6 .0.0" ,
47
+ "remark" : " ^12 .0.0" ,
48
+ "remark-cli" : " ^8 .0.0" ,
49
+ "remark-preset-wooorm" : " ^7 .0.0" ,
50
50
"strip-ansi" : " ^6.0.0" ,
51
- "tape" : " ^4 .0.0" ,
51
+ "tape" : " ^5 .0.0" ,
52
52
"touch" : " ^3.0.0" ,
53
53
"unified" : " ^9.0.0" ,
54
54
"vfile-reporter-json" : " ^2.0.0" ,
55
- "xo" : " ^0.28 .0"
55
+ "xo" : " ^0.32 .0"
56
56
},
57
57
"scripts" : {
58
58
"format" : " remark . -qfo && prettier --write \" **/*.{js,ts}\" && xo --fix --ignore types" ,
73
73
"prettier" : true ,
74
74
"esnext" : false ,
75
75
"rules" : {
76
+ "unicorn/no-fn-reference-in-iterator" : " off" ,
76
77
"unicorn/string-content" : " off" ,
77
78
"guard-for-in" : " off"
78
- }
79
+ },
80
+ "ignores" : [
81
+ " **/*.ts"
82
+ ]
79
83
},
80
84
"nyc" : {
81
85
"check-coverage" : true ,
You can’t perform that action at this time.
0 commit comments