File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11
11
- uses : oven-sh/setup-bun@v1
12
12
- run : bun install
13
13
with :
14
- bun-version : 1.0.27
14
+ bun-version : 1.1.7
15
15
- run : bun format:check
16
16
- run : bun typecheck
17
17
- run : bun test
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 1.7.1
3
+ ## 1.7.3
4
4
5
- - Updated Biome to 1.7.1 ; added the following disables:
5
+ - Updated Biome to 1.7.3 ; added the following disables:
6
6
7
7
``` json
8
8
"no-eval" : " off" ,
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ module.exports = {
134
134
"jsx-a11y/heading-has-content" : "off" ,
135
135
"jsx-a11y/html-has-lang" : "off" ,
136
136
"jsx-a11y/iframe-has-title" : "off" ,
137
+ "jsx-a11y/img-redundant-alt" : "off" ,
137
138
"jsx-a11y/lang" : "off" ,
138
139
"jsx-a11y/media-has-caption" : "off" ,
139
140
"jsx-a11y/mouse-events-have-key-events" : "off" ,
You can’t perform that action at this time.
0 commit comments