File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 5
5
"clientKind" : " git"
6
6
},
7
7
"files" : {
8
+ "includes" : [" !src/client/gen/types.ts" ," !pnpm-lock.yaml" ],
8
9
"experimentalScannerIgnores" : [
9
10
" src/client/gen/types.ts" ,
10
11
" pnpm-lock.yaml"
16
17
"rules" : {
17
18
"a11y" : {
18
19
"noSvgWithoutTitle" : {
19
- "level" : " off"
20
+ "level" : " off" ,
21
+ "options" : {}
20
22
},
21
23
"useButtonType" : {
22
- "level" : " off"
24
+ "level" : " off" ,
25
+ "options" : {}
23
26
},
24
27
"useSemanticElements" : {
25
- "level" : " off"
28
+ "level" : " off" ,
29
+ "options" : {}
26
30
}
27
31
},
28
32
"style" : {
29
33
"noNonNullAssertion" : {
30
- "level" : " off"
34
+ "level" : " off" ,
35
+ "options" : {}
31
36
},
32
37
"noParameterAssign" : {
33
38
"level" : " off" ,
34
39
"options" : {}
35
40
},
36
41
"useDefaultParameterLast" : {
37
- "level" : " off"
42
+ "level" : " off" ,
43
+ "options" : {}
38
44
},
39
45
"useSelfClosingElements" : {
40
46
"level" : " off" ,
43
49
},
44
50
"suspicious" : {
45
51
"noArrayIndexKey" : {
46
- "level" : " off"
52
+ "level" : " off" ,
53
+ "options" : {}
47
54
},
48
55
"noConsole" : {
49
56
"level" : " error" ,
52
59
}
53
60
},
54
61
"noThenProperty" : {
55
- "level" : " off"
62
+ "level" : " off" ,
63
+ "options" : {}
56
64
}
57
65
},
58
66
"nursery" : {
59
67
"useSortedClasses" : " error"
60
68
}
61
69
}
62
70
},
63
- "$schema" : " https://biomejs.dev/schemas/2.0.6 /schema.json"
71
+ "$schema" : " https://biomejs.dev/schemas/2.1.1 /schema.json"
64
72
}
You can’t perform that action at this time.
0 commit comments