File tree 1 file changed +8
-6
lines changed 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 53
53
"astring" : " ^1.0.0" ,
54
54
"c8" : " ^8.0.0" ,
55
55
"escodegen" : " ^2.0.0" ,
56
- "nyc" : " ^15.0.0" ,
57
- "prettier" : " ^2.0.0" ,
58
- "recast" : " ^0.22.0" ,
56
+ "prettier" : " ^3.0.0" ,
57
+ "recast" : " ^0.23.0" ,
59
58
"remark-cli" : " ^11.0.0" ,
60
59
"remark-preset-wooorm" : " ^9.0.0" ,
61
60
"type-coverage" : " ^2.0.0" ,
62
61
"typescript" : " ^5.0.0" ,
63
- "xo" : " ^0.54 .0"
62
+ "xo" : " ^0.55 .0"
64
63
},
65
64
"scripts" : {
66
65
"prepack" : " npm run build && npm run format" ,
67
66
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
68
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
67
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
69
68
"test-api" : " node --conditions development test.js" ,
70
69
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
71
70
"test" : " npm run build && npm run format && npm run test-coverage"
79
78
"trailingComma" : " none"
80
79
},
81
80
"xo" : {
82
- "prettier" : true
81
+ "prettier" : true ,
82
+ "rules" : {
83
+ "unicorn/prefer-string-replace-all" : " off"
84
+ }
83
85
},
84
86
"remarkConfig" : {
85
87
"plugins" : [
You can’t perform that action at this time.
0 commit comments