chore(lint): burn down remaining warnings to zero
This commit is contained in:
@@ -155,8 +155,8 @@ export class ConfigBuilder {
|
||||
this.config.automation = automation;
|
||||
}
|
||||
|
||||
build(): Record<string, any> {
|
||||
return structuredClone(this.config) as Record<string, any>;
|
||||
build(): Record<string, unknown> {
|
||||
return structuredClone(this.config) as Record<string, unknown>;
|
||||
}
|
||||
|
||||
toYaml(): string {
|
||||
|
||||
Reference in New Issue
Block a user