[ci:force] - fixing lint

This commit is contained in:
VitoAlbano
2024-10-12 23:20:30 +01:00
parent 25ae62ad72
commit ed6737a380
138 changed files with 159 additions and 766 deletions

View File

@@ -35,7 +35,6 @@ export type AlfrescoApiClientPromise<T = any> = Promise<T> & {
/**
* Builds a string representation of an array-type actual parameter, according to the given collection format.
*
* @param param An array parameter.
* @param collectionFormat The array element separator strategy.
* @returns A string representation of the supplied collection, using the specified delimiter. Returns
@@ -343,7 +342,6 @@ export class AlfrescoApiClient implements ee.Emitter, LegacyHttpClient {
/**
* Chooses a content type from the given array, with JSON preferred; i.e. return JSON if included, otherwise return the first.
*
* @param contentTypes content types
* @returns The chosen content type, preferring JSON.
*/
@@ -369,7 +367,6 @@ export class AlfrescoApiClient implements ee.Emitter, LegacyHttpClient {
* <li>application/json; charset=UTF8</li>
* <li>APPLICATION/JSON</li>
* </ul>
*
* @param contentType The MIME content type to check.
* @returns <code>true</code> if <code>contentType</code> represents JSON, otherwise <code>false</code>.
*/