mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
87968: Automatic migration from TSLint to ESLint
Via `ng g @angular-eslint/schematics:convert-tslint-to-eslint`
This commit is contained in:
@@ -39,7 +39,7 @@ export const AuthActionTypes = {
|
||||
UNSET_USER_AS_IDLE: type('dspace/auth/UNSET_USER_AS_IDLE')
|
||||
};
|
||||
|
||||
/* tslint:disable:max-classes-per-file */
|
||||
/* eslint-disable max-classes-per-file */
|
||||
|
||||
/**
|
||||
* Authenticate.
|
||||
@@ -411,7 +411,7 @@ export class SetUserAsIdleAction implements Action {
|
||||
export class UnsetUserAsIdleAction implements Action {
|
||||
public type: string = AuthActionTypes.UNSET_USER_AS_IDLE;
|
||||
}
|
||||
/* tslint:enable:max-classes-per-file */
|
||||
/* eslint-enable max-classes-per-file */
|
||||
|
||||
/**
|
||||
* Actions type.
|
||||
|
Reference in New Issue
Block a user