File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050 "@types/node" : " ^20.0.0" ,
5151 "c8" : " ^8.0.0" ,
5252 "mdast-util-from-markdown" : " ^2.0.0" ,
53- "prettier" : " ^2 .0.0" ,
53+ "prettier" : " ^3 .0.0" ,
5454 "remark-cli" : " ^11.0.0" ,
5555 "remark-preset-wooorm" : " ^9.0.0" ,
5656 "type-coverage" : " ^2.0.0" ,
5757 "typescript" : " ^5.0.0" ,
5858 "unist-util-remove-position" : " ^5.0.0" ,
59- "xo" : " ^0.54 .0"
59+ "xo" : " ^0.55 .0"
6060 },
6161 "scripts" : {
6262 "prepack" : " npm run build && npm run format" ,
6363 "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" ,
6565 "test-api" : " node --conditions development test/index.js" ,
6666 "test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
6767 "test" : " npm run build && npm run format && npm run test-coverage"
102102 "prettier" : true ,
103103 "rules" : {
104104 "complexity" : " off" ,
105+ "unicorn/prefer-at" : " off" ,
105106 "unicorn/prefer-code-point" : " off"
106107 }
107108 }
You can’t perform that action at this time.
0 commit comments