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 43
43
},
44
44
"devDependencies" : {
45
45
"@types/node" : " ^20.0.0" ,
46
- "c8" : " ^7 .0.0" ,
46
+ "c8" : " ^8 .0.0" ,
47
47
"mdast-util-from-markdown" : " ^1.0.0" ,
48
48
"micromark-extension-math" : " ^2.0.0" ,
49
- "prettier" : " ^2 .0.0" ,
49
+ "prettier" : " ^3 .0.0" ,
50
50
"remark-cli" : " ^11.0.0" ,
51
51
"remark-preset-wooorm" : " ^9.0.0" ,
52
52
"type-coverage" : " ^2.0.0" ,
53
53
"typescript" : " ^5.0.0" ,
54
- "xo" : " ^0.54 .0"
54
+ "xo" : " ^0.55 .0"
55
55
},
56
56
"scripts" : {
57
57
"prepack" : " npm run build && npm run format" ,
58
58
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
59
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
59
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
60
60
"test-api" : " node --conditions development test.js" ,
61
61
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
62
62
"test" : " npm run build && npm run format && npm run test-coverage"
72
72
"xo" : {
73
73
"prettier" : true ,
74
74
"rules" : {
75
- "@typescript-eslint/ban-types" : " off"
75
+ "@typescript-eslint/ban-types" : " off" ,
76
+ "unicorn/prefer-at" : " off" ,
77
+ "unicorn/prefer-string-replace-all" : " off"
76
78
}
77
79
},
78
80
"remarkConfig" : {
You can’t perform that action at this time.
0 commit comments