File tree Expand file tree Collapse file tree 4 files changed +235
-206
lines changed
Expand file tree Collapse file tree 4 files changed +235
-206
lines changed Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/1.7.3/schema.json" ,
3- "organizeImports" : {
4- "enabled" : true
5- },
2+ "$schema" : " https://biomejs.dev/schemas/1.7.3/schema.json" ,
3+ "organizeImports" : {
4+ "enabled" : true
5+ },
66 "files" : {
77 "ignore" : [
88 " lib/*.cjs"
99 ]
1010 },
11- "linter" : {
12- "enabled" : true ,
13- "rules" : {
14- "recommended" : true ,
11+ "linter" : {
12+ "enabled" : true ,
13+ "rules" : {
14+ "recommended" : true ,
1515 "style" : {
1616 "noParameterAssign" : " off"
1717 },
1818 "complexity" : {
1919 "useArrowFunction" : " off"
2020 }
21- }
22- },
21+ }
22+ },
2323 "formatter" : {
2424 "enabled" : true ,
2525 "formatWithErrors" : false ,
3333 "arrowParentheses" : " asNeeded" ,
3434 "bracketSpacing" : true ,
3535 "quoteProperties" : " asNeeded" ,
36- "quoteStyle" : " single" ,
36+ "quoteStyle" : " single" ,
3737 "semicolons" : " asNeeded" ,
38- "trailingComma " : " none"
38+ "trailingCommas " : " none"
3939 }
4040 },
4141 "json" : {
42- "parser" : {
42+ "parser" : {
4343 "allowComments" : false ,
44- "allowTrailingCommas" : false
44+ "allowTrailingCommas" : false
4545 },
4646 "formatter" : {
47- "enabled" : true ,
47+ "enabled" : true ,
4848 "trailingCommas" : " none"
4949 }
5050 }
Original file line number Diff line number Diff line change 5050 ]
5151 },
5252 "dependencies" : {
53- "@prantlf/jsonlint" : " 14 .0.3 " ,
53+ "@prantlf/jsonlint" : " 16 .0.0 " ,
5454 "rollup-pluginutils" : " 2.8.2"
5555 },
5656 "devDependencies" : {
57- "@biomejs/biome" : " ^1.8.3 " ,
58- "@types/node" : " 22.1.0 " ,
59- "c8" : " 10.1.2 " ,
60- "rollup" : " 4.20.0 " ,
57+ "@biomejs/biome" : " ^1.9.4 " ,
58+ "@types/node" : " 22.10.1 " ,
59+ "c8" : " 10.1.3 " ,
60+ "rollup" : " 4.28.1 " ,
6161 "rollup-plugin-jsonlint" : " link:" ,
6262 "rollup-plugin-node-resolve" : " ^5.2.0" ,
6363 "tehanu" : " ^1.0.1" ,
6464 "tehanu-repo-coco" : " ^1.0.1" ,
6565 "tehanu-teru" : " ^1.0.1" ,
66- "typescript" : " 5.5.4 "
66+ "typescript" : " 5.7.2 "
6767 },
6868 "peerDependencies" : {
6969 "rollup" : " ^1.20 || ^2 || ^3 || ^4"
You can’t perform that action at this time.
0 commit comments