File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 5353 "@types/node" : " ^20.0.0" ,
5454 "acorn" : " ^8.0.0" ,
5555 "c8" : " ^8.0.0" ,
56- "micromark-extension-mdx-jsx" : " ^2 .0.0" ,
56+ "micromark-extension-mdx-jsx" : " ^3 .0.0" ,
5757 "micromark-extension-mdx-md" : " ^2.0.0" ,
58- "prettier" : " ^2 .0.0" ,
58+ "prettier" : " ^3 .0.0" ,
5959 "remark-cli" : " ^11.0.0" ,
6060 "remark-preset-wooorm" : " ^9.0.0" ,
6161 "type-coverage" : " ^2.0.0" ,
6262 "typescript" : " ^5.0.0" ,
63- "xo" : " ^0.54 .0"
63+ "xo" : " ^0.56 .0"
6464 },
6565 "scripts" : {
6666 "prepack" : " npm run build && npm run format" ,
6767 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
68- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
68+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
6969 "test-api-prod" : " node --conditions production test.js" ,
7070 "test-api-dev" : " node --conditions development test.js" ,
7171 "test-api" : " npm run test-api-dev && npm run test-api-prod" ,
103103 }
104104 }
105105 ],
106- "prettier" : true
106+ "prettier" : true ,
107+ "rules" : {
108+ "unicorn/prefer-at" : " off"
109+ }
107110 }
108111}
You can’t perform that action at this time.
0 commit comments