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 48
48
"@types/node" : " ^20.0.0" ,
49
49
"acorn" : " ^8.0.0" ,
50
50
"c8" : " ^8.0.0" ,
51
- "micromark-extension-mdx-expression" : " ^2 .0.0" ,
52
- "prettier" : " ^2 .0.0" ,
51
+ "micromark-extension-mdx-expression" : " ^3 .0.0" ,
52
+ "prettier" : " ^3 .0.0" ,
53
53
"remark-cli" : " ^11.0.0" ,
54
54
"remark-preset-wooorm" : " ^9.0.0" ,
55
55
"type-coverage" : " ^2.0.0" ,
56
56
"typescript" : " ^5.0.0" ,
57
57
"unist-util-remove-position" : " ^5.0.0" ,
58
- "xo" : " ^0.54 .0"
58
+ "xo" : " ^0.56 .0"
59
59
},
60
60
"scripts" : {
61
61
"prepack" : " npm run build && npm run format" ,
62
62
"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" ,
64
64
"test-api-prod" : " node --conditions production test.js" ,
65
65
"test-api-dev" : " node --conditions development test.js" ,
66
66
"test-api" : " npm run test-api-dev && npm run test-api-prod" ,
98
98
}
99
99
}
100
100
],
101
- "prettier" : true
101
+ "prettier" : true ,
102
+ "rules" : {
103
+ "unicorn/prefer-at" : " off"
104
+ }
102
105
}
103
106
}
You can’t perform that action at this time.
0 commit comments