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 4949 "acorn" : " ^8.0.0" ,
5050 "c8" : " ^8.0.0" ,
5151 "micromark-extension-mdxjs-esm" : " ^2.0.0" ,
52- "prettier" : " ^2 .0.0" ,
52+ "prettier" : " ^3 .0.0" ,
5353 "remark-cli" : " ^11.0.0" ,
5454 "remark-preset-wooorm" : " ^9.0.0" ,
5555 "type-coverage" : " ^2.0.0" ,
5656 "typescript" : " ^5.0.0" ,
5757 "unist-util-remove-position" : " ^5.0.0" ,
58- "xo" : " ^0.54 .0"
58+ "xo" : " ^0.55 .0"
5959 },
6060 "scripts" : {
6161 "prepack" : " npm run build && npm run format" ,
6262 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
63- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
63+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
6464 "test-api-prod" : " node --conditions production test.js" ,
6565 "test-api-dev" : " node --conditions development test.js" ,
6666 "test-api" : " npm run test-api-dev && npm run test-api-prod" ,
9898 }
9999 }
100100 ],
101- "prettier" : true
101+ "prettier" : true ,
102+ "rules" : {
103+ "unicorn/prefer-at" : " off"
104+ }
102105 }
103106}
You can’t perform that action at this time.
0 commit comments