File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 141141 }
142142 },
143143 {
144- "files" : [" **/integrations/tracing/dataloader/vendored/**/*.ts" ],
145- "rules" : {
146- "typescript/no-explicit-any" : " off"
147- }
148- },
149- {
150- "files" : [" **/integrations/tracing/genericPool/vendored/**/*.ts" ],
151- "rules" : {
152- "typescript/no-explicit-any" : " off"
153- }
154- },
155- {
156- "files" : [" **/integrations/fs/vendored/**/*.ts" ],
157- "rules" : {
158- "typescript/no-explicit-any" : " off"
159- }
160- },
161- {
162- "files" : [" **/integrations/tracing/knex/vendored/**/*.ts" ],
144+ "files" : [
145+ " **/integrations/tracing/dataloader/vendored/**/*.ts" ,
146+ " **/integrations/tracing/genericPool/vendored/**/*.ts" ,
147+ " **/integrations/fs/vendored/**/*.ts" ,
148+ " **/integrations/tracing/knex/vendored/**/*.ts"
149+ ],
163150 "rules" : {
164151 "typescript/no-explicit-any" : " off"
165152 }
You can’t perform that action at this time.
0 commit comments