File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 41
41
"unist-util-position" : " ^4.0.0"
42
42
},
43
43
"devDependencies" : {
44
- "@types/tape" : " ^4 .0.0" ,
45
- "c8" : " ^7 .0.0" ,
46
- "prettier" : " ^2 .0.0" ,
47
- "remark-cli" : " ^10 .0.0" ,
44
+ "@types/tape" : " ^5 .0.0" ,
45
+ "c8" : " ^8 .0.0" ,
46
+ "prettier" : " ^3 .0.0" ,
47
+ "remark-cli" : " ^11 .0.0" ,
48
48
"remark-preset-wooorm" : " ^9.0.0" ,
49
49
"retext" : " ^8.0.0" ,
50
50
"rimraf" : " ^3.0.0" ,
51
51
"tape" : " ^5.0.0" ,
52
52
"type-coverage" : " ^2.0.0" ,
53
- "typescript" : " ^4 .0.0" ,
54
- "xo" : " ^0.50 .0"
53
+ "typescript" : " ^5 .0.0" ,
54
+ "xo" : " ^0.56 .0"
55
55
},
56
56
"scripts" : {
57
57
"build" : " rimraf \" *.d.ts\" && tsc && type-coverage" ,
58
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
58
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
59
59
"test-api" : " node --conditions development test.js" ,
60
60
"test-coverage" : " c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test.js" ,
61
61
"test" : " npm run build && npm run format && npm run test-coverage"
69
69
"trailingComma" : " none"
70
70
},
71
71
"xo" : {
72
- "prettier" : true
72
+ "prettier" : true ,
73
+ "rules" : {
74
+ "unicorn/prefer-at" : " off" ,
75
+ "unicorn/prefer-string-replace-all" : " off"
76
+ }
73
77
},
74
78
"remarkConfig" : {
75
79
"plugins" : [
You can’t perform that action at this time.
0 commit comments