chore(FEEDBACK-0001): linting

This commit is contained in:
Giancarmine Salucci
2026-03-27 02:23:01 +01:00
parent 16436bfab2
commit 5a3c27224d
102 changed files with 5108 additions and 4976 deletions

View File

@@ -71,7 +71,7 @@ export class SnippetOriginJsonDto {
this.versionId = props.versionId;
this.isLocal = props.isLocal;
}
}
}
export class LibrarySearchJsonResultDto {
id: string;
@@ -183,4 +183,4 @@ export class ContextJsonResponseDto {
this.version = props.version;
this.resultCount = props.resultCount;
}
}
}

View File

@@ -122,4 +122,4 @@ export class IndexingJobDto {
this.completedAt = props.completedAt;
this.createdAt = props.createdAt;
}
}
}

View File

@@ -104,4 +104,4 @@ export class RepositoryVersionDto {
this.indexedAt = props.indexedAt;
this.createdAt = props.createdAt;
}
}
}

View File

@@ -164,4 +164,4 @@ export class RepositoryDto {
this.createdAt = props.createdAt;
this.updatedAt = props.updatedAt;
}
}
}

View File

@@ -51,4 +51,4 @@ export class LibrarySearchResult {
this.versions = props.versions;
this.score = props.score;
}
}
}

View File

@@ -80,4 +80,4 @@ export class Snippet {
this.tokenCount = props.tokenCount;
this.createdAt = props.createdAt;
}
}
}