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 @@ -675,7 +675,7 @@ ol li:last-child {
675675 overflow-y : auto;
676676 min-height : 0 ;
677677 /* allows space for scrollbar */
678- width : calc (var (--sidebar-width ) - 1 rem );
678+ width : calc (var (--sidebar-width ));
679679 scrollbar-gutter : stable;
680680 display : flex;
681681 flex-direction : column;
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