File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const search = /\r?\n|\r/g
2626export function fromXml ( doc ) {
2727 // @ts -expect-error `strictEntities` is most definitely fine.
2828 const parser = new Parser ( true , { position : true , strictEntities : true } )
29- /** @type {Array. <Node> } */
29+ /** @type {Array<Node> } */
3030 const stack = [ { type : 'root' , children : [ ] } ]
3131 let position = now ( )
3232
Original file line number Diff line number Diff line change 4949 "c8" : " ^7.0.0" ,
5050 "is-hidden" : " ^2.0.0" ,
5151 "prettier" : " ^2.0.0" ,
52- "remark-cli" : " ^9 .0.0" ,
53- "remark-preset-wooorm" : " ^8 .0.0" ,
52+ "remark-cli" : " ^10 .0.0" ,
53+ "remark-preset-wooorm" : " ^9 .0.0" ,
5454 "rimraf" : " ^3.0.0" ,
5555 "tape" : " ^5.0.0" ,
5656 "type-coverage" : " ^2.0.0" ,
5757 "typescript" : " ^4.0.0" ,
58- "xo" : " ^0.42 .0"
58+ "xo" : " ^0.49 .0"
5959 },
6060 "scripts" : {
6161 "prepack" : " npm run build && npm run format" ,
7676 "xo" : {
7777 "prettier" : true ,
7878 "rules" : {
79- "#no-misleading-character-class " : " off"
79+ "unicorn/prefer-code-point " : " off"
8080 }
8181 },
8282 "remarkConfig" : {
You can’t perform that action at this time.
0 commit comments