File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 },
55 "rules" : {
66 "unicorn/no-empty-file" : " off" ,
7- "typescript/strict-boolean-expressions" : [
8- " error" ,
9- {
10- "allowAny" : true ,
11- "allowNullableBoolean" : true ,
12- "allowNullableEnum" : true
13- }
14- ],
7+ "typescript/strict-boolean-expressions" : " off" ,
158 "typescript/no-implied-eval" : " off"
169 },
1710 "ignorePatterns" : [
Original file line number Diff line number Diff line change @@ -96,11 +96,13 @@ export class UniwindConfigBuilder {
9696 }
9797 }
9898
99- updateCSSVariables ( _ : ThemeName , __ : CSSVariables ) {
99+ // oxlint-disable-next-line typescript/no-unused-vars
100+ updateCSSVariables ( theme : ThemeName , cssVariables : CSSVariables ) {
100101 // noop
101102 }
102103
103- updateInsets ( _ : Insets ) {
104+ // oxlint-disable-next-line typescript/no-redundant-type-constituents
105+ updateInsets ( insets : Insets ) {
104106 // noop
105107 }
106108
You can’t perform that action at this time.
0 commit comments