File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@types/node" : " ^20.0.0" ,
42
42
"c8" : " ^8.0.0" ,
43
- "prettier" : " ^2 .0.0" ,
43
+ "prettier" : " ^3 .0.0" ,
44
44
"remark-cli" : " ^11.0.0" ,
45
45
"remark-preset-wooorm" : " ^9.0.0" ,
46
46
"type-coverage" : " ^2.0.0" ,
47
47
"typescript" : " ^5.0.0" ,
48
48
"unist-builder" : " ^4.0.0" ,
49
- "xo" : " ^0.54 .0"
49
+ "xo" : " ^0.56 .0"
50
50
},
51
51
"scripts" : {
52
52
"prepack" : " npm run build && npm run format" ,
53
53
"build" : " tsc --build --clean && tsc --build && type-coverage" ,
54
- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
54
+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
55
55
"test-api" : " node --conditions development test.js" ,
56
56
"test-coverage" : " c8 --100 --reporter lcov npm run test-api" ,
57
57
"test" : " npm run build && npm run format && npm run test-coverage"
79
79
"strict" : true
80
80
},
81
81
"xo" : {
82
- "prettier" : true
82
+ "prettier" : true ,
83
+ "rules" : {
84
+ "unicorn/prefer-at" : " off"
85
+ }
83
86
}
84
87
}
You can’t perform that action at this time.
0 commit comments