87968: Automatic migration from TSLint to ESLint

Via `ng g @angular-eslint/schematics:convert-tslint-to-eslint`
This commit is contained in:
Yura Bondarenko
2022-03-25 10:29:07 +01:00
parent ec6327edc2
commit 245977a432
151 changed files with 292 additions and 596 deletions

View File

@@ -17,7 +17,7 @@ export const BitstreamFormatsRegistryActionTypes = {
DESELECT_ALL_FORMAT: type('dspace/bitstream-formats-registry/DESELECT_ALL_FORMAT')
};
/* tslint:disable:max-classes-per-file */
/* eslint-disable max-classes-per-file */
/**
* Used to select a single bitstream format in the bitstream format registry
*/
@@ -51,7 +51,7 @@ export class BitstreamFormatsRegistryDeselectAllAction implements Action {
type = BitstreamFormatsRegistryActionTypes.DESELECT_ALL_FORMAT;
}
/* tslint:enable:max-classes-per-file */
/* eslint-enable max-classes-per-file */
/**
* Export a type alias of all actions in this action group