File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- BIOME_BASE_CMD := $(if $(shell which biome) ,biome,npx @biomejs/biome@2.0.6 )
1+ BIOME_BASE_CMD := $(if $(shell which biome) ,biome,npx @biomejs/biome@2.2.0 )
22BIOME_CONFIG_PATH := --config-path="biome.json"
33WRITE_FLAG := --write
44
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ ol li:last-child {
617617 overflow-y : auto;
618618 min-height : 0 ;
619619 /* allows space for scrollbar */
620- width : calc (var (--sidebar-width ) - 1 rem );
620+ width : calc (var (--sidebar-width ));
621621 scrollbar-gutter : stable;
622622 }
623623 }
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.0.6/schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.2.0/schema.json" ,
3+ "root" : false ,
34 "vcs" : {
45 "enabled" : true ,
56 "clientKind" : " git" ,
You can’t perform that action at this time.
0 commit comments