File tree 1 file changed +8
-5
lines changed 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 53
53
"@types/node" : " ^20.0.0" ,
54
54
"acorn" : " ^8.0.0" ,
55
55
"c8" : " ^8.0.0" ,
56
- "micromark-extension-mdx-jsx" : " ^2 .0.0" ,
56
+ "micromark-extension-mdx-jsx" : " ^3 .0.0" ,
57
57
"micromark-extension-mdx-md" : " ^2.0.0" ,
58
- "prettier" : " ^2 .0.0" ,
58
+ "prettier" : " ^3 .0.0" ,
59
59
"remark-cli" : " ^11.0.0" ,
60
60
"remark-preset-wooorm" : " ^9.0.0" ,
61
61
"type-coverage" : " ^2.0.0" ,
62
62
"typescript" : " ^5.0.0" ,
63
- "xo" : " ^0.54 .0"
63
+ "xo" : " ^0.56 .0"
64
64
},
65
65
"scripts" : {
66
66
"prepack" : " npm run build && npm run format" ,
67
67
"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" ,
69
69
"test-api-prod" : " node --conditions production test.js" ,
70
70
"test-api-dev" : " node --conditions development test.js" ,
71
71
"test-api" : " npm run test-api-dev && npm run test-api-prod" ,
103
103
}
104
104
}
105
105
],
106
- "prettier" : true
106
+ "prettier" : true ,
107
+ "rules" : {
108
+ "unicorn/prefer-at" : " off"
109
+ }
107
110
}
108
111
}
You can’t perform that action at this time.
0 commit comments