File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 4040 "devDependencies" : {
4141 "@types/node" : " ^20.0.0" ,
4242 "c8" : " ^8.0.0" ,
43- "prettier" : " ^2 .0.0" ,
43+ "prettier" : " ^3 .0.0" ,
4444 "remark-cli" : " ^11.0.0" ,
4545 "remark-preset-wooorm" : " ^9.0.0" ,
4646 "type-coverage" : " ^2.0.0" ,
4747 "typescript" : " ^5.0.0" ,
4848 "unist-builder" : " ^4.0.0" ,
49- "xo" : " ^0.54 .0"
49+ "xo" : " ^0.56 .0"
5050 },
5151 "scripts" : {
5252 "prepack" : " npm run build && npm run format" ,
5353 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
54- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
54+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
5555 "test-api" : " node --conditions development test.js" ,
5656 "test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
5757 "test" : " npm run build && npm run format && npm run test-coverage"
7979 "strict" : true
8080 },
8181 "xo" : {
82- "prettier" : true
82+ "prettier" : true ,
83+ "rules" : {
84+ "unicorn/prefer-at" : " off"
85+ }
8386 }
8487}
You can’t perform that action at this time.
0 commit comments