File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 47
47
"zwitch" : " ^2.0.4"
48
48
},
49
49
"devDependencies" : {
50
- "@types/node" : " ^18 .0.0" ,
51
- "c8" : " ^7 .0.0" ,
50
+ "@types/node" : " ^20 .0.0" ,
51
+ "c8" : " ^8 .0.0" ,
52
52
"hastscript" : " ^7.0.0" ,
53
- "prettier" : " ^2 .0.0" ,
53
+ "prettier" : " ^3 .0.0" ,
54
54
"remark-cli" : " ^11.0.0" ,
55
55
"remark-preset-wooorm" : " ^9.0.0" ,
56
56
"type-coverage" : " ^2.0.0" ,
57
- "typescript" : " ^4 .0.0" ,
57
+ "typescript" : " ^5 .0.0" ,
58
58
"unist-builder" : " ^3.0.0" ,
59
- "xo" : " ^0.53 .0"
59
+ "xo" : " ^0.55 .0"
60
60
},
61
61
"scripts" : {
62
62
"prepack" : " npm run build && npm run format" ,
63
63
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
64
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
64
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
65
65
"test-api" : " node --conditions development test/index.js" ,
66
66
"test-coverage" : " c8 --check-coverage --100 --reporter lcov npm run test-api" ,
67
67
"test" : " npm run build && npm run format && npm run test-coverage"
75
75
"trailingComma" : " none"
76
76
},
77
77
"xo" : {
78
- "prettier" : true
78
+ "prettier" : true ,
79
+ "rules" : {
80
+ "unicorn/prefer-at" : " off" ,
81
+ "unicorn/prefer-string-replace-all" : " off"
82
+ }
79
83
},
80
84
"remarkConfig" : {
81
85
"plugins" : [
You can’t perform that action at this time.
0 commit comments