File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 44
44
"devDependencies" : {
45
45
"@types/node" : " ^20.0.0" ,
46
46
"c8" : " ^8.0.0" ,
47
- "prettier" : " ^2 .0.0" ,
47
+ "prettier" : " ^3 .0.0" ,
48
48
"remark-cli" : " ^11.0.0" ,
49
49
"remark-preset-wooorm" : " ^9.0.0" ,
50
50
"type-coverage" : " ^2.0.0" ,
51
51
"typescript" : " ^5.0.0" ,
52
52
"unist-util-remove-position" : " ^5.0.0" ,
53
- "xo" : " ^0.54 .0"
53
+ "xo" : " ^0.56 .0"
54
54
},
55
55
"scripts" : {
56
56
"prepack" : " npm run build && npm run format" ,
57
57
"build" : " tsc --build --clean && tsc --build && 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-prod" : " node --conditions production test.js" ,
60
60
"test-api-dev" : " node --conditions development test.js" ,
61
61
"test-api" : " npm run test-api-dev && npm run test-api-prod" ,
92
92
}
93
93
}
94
94
],
95
- "prettier" : true
95
+ "prettier" : true ,
96
+ "rules" : {
97
+ "unicorn/prefer-at" : " off" ,
98
+ "unicorn/prefer-string-replace-all" : " off"
99
+ }
96
100
}
97
101
}
You can’t perform that action at this time.
0 commit comments