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 )
2
2
BIOME_CONFIG_PATH := --config-path="biome.json"
3
3
WRITE_FLAG := --write
4
4
Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ ol li:last-child {
675
675
overflow-y : auto;
676
676
min-height : 0 ;
677
677
/* allows space for scrollbar */
678
- width : calc (var (--sidebar-width ) - 1 rem );
678
+ width : calc (var (--sidebar-width ));
679
679
scrollbar-gutter : stable;
680
680
display : flex;
681
681
flex-direction : column;
Original file line number Diff line number Diff line change 1
1
{
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 ,
3
4
"vcs" : {
4
5
"enabled" : true ,
5
6
"clientKind" : " git" ,
You can’t perform that action at this time.
0 commit comments