fix: add eslint and configure it

This commit is contained in:
StevanFreeborn
2023-02-03 00:16:38 -06:00
parent 54b0668e4a
commit bd55381dc9
16 changed files with 4259 additions and 70 deletions
+4
View File
@@ -133,4 +133,8 @@ export class ApiResponse<T> {
field
);
}
public AsFieldCollectionType(): ApiResponse<CollectionResponse<Field>> {
throw new Error('Method not implemented.');
}
}