File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 54
54
},
55
55
"devDependencies" : {
56
56
"@types/node" : " ^20.0.0" ,
57
- "c8" : " ^7 .0.0" ,
57
+ "c8" : " ^8 .0.0" ,
58
58
"hast-util-from-html" : " ^1.0.0" ,
59
59
"hastscript" : " ^7.0.0" ,
60
60
"is-hidden" : " ^2.0.0" ,
63
63
"mdast-util-gfm" : " ^2.0.0" ,
64
64
"mdast-util-to-markdown" : " ^1.0.0" ,
65
65
"micromark-extension-gfm" : " ^2.0.0" ,
66
- "prettier" : " ^2 .0.0" ,
66
+ "prettier" : " ^3 .0.0" ,
67
67
"remark-cli" : " ^11.0.0" ,
68
68
"remark-preset-wooorm" : " ^9.0.0" ,
69
69
"type-coverage" : " ^2.0.0" ,
70
70
"typescript" : " ^5.0.0" ,
71
71
"unist-builder" : " ^3.0.0" ,
72
72
"unist-util-remove-position" : " ^4.0.0" ,
73
- "xo" : " ^0.54 .0"
73
+ "xo" : " ^0.55 .0"
74
74
},
75
75
"scripts" : {
76
76
"prepack" : " npm run build && npm run format" ,
77
77
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
78
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
78
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
79
79
"test-api" : " node --conditions development test/index.js" ,
80
80
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
81
81
"test" : " npm run build && npm run format && npm run test-coverage"
91
91
"xo" : {
92
92
"prettier" : true ,
93
93
"rules" : {
94
- "max-depth" : " off"
94
+ "max-depth" : " off" ,
95
+ "unicorn/prefer-at" : " off" ,
96
+ "unicorn/prefer-string-replace-all" : " off"
95
97
},
96
98
"overrides" : [
97
99
{
You can’t perform that action at this time.
0 commit comments