File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 50
50
"@types/node" : " ^20.0.0" ,
51
51
"c8" : " ^8.0.0" ,
52
52
"mdast-util-from-markdown" : " ^2.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
57
"typescript" : " ^5.0.0" ,
58
58
"unist-util-remove-position" : " ^5.0.0" ,
59
- "xo" : " ^0.54 .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 --100 --reporter lcov npm run test-api" ,
67
67
"test" : " npm run build && npm run format && npm run test-coverage"
102
102
"prettier" : true ,
103
103
"rules" : {
104
104
"complexity" : " off" ,
105
+ "unicorn/prefer-at" : " off" ,
105
106
"unicorn/prefer-code-point" : " off"
106
107
}
107
108
}
You can’t perform that action at this time.
0 commit comments