mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
87968: Update ESLint disable/enable comments
eslint-disable max-classes-per-file only works at the top of the file now
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable max-classes-per-file */
|
||||
// import @ngrx
|
||||
import { Action } from '@ngrx/store';
|
||||
// import type function
|
||||
@@ -39,7 +40,6 @@ export const AuthActionTypes = {
|
||||
UNSET_USER_AS_IDLE: type('dspace/auth/UNSET_USER_AS_IDLE')
|
||||
};
|
||||
|
||||
/* eslint-disable max-classes-per-file */
|
||||
|
||||
/**
|
||||
* Authenticate.
|
||||
@@ -411,7 +411,6 @@ export class SetUserAsIdleAction implements Action {
|
||||
export class UnsetUserAsIdleAction implements Action {
|
||||
public type: string = AuthActionTypes.UNSET_USER_AS_IDLE;
|
||||
}
|
||||
/* eslint-enable max-classes-per-file */
|
||||
|
||||
/**
|
||||
* Actions type.
|
||||
|
Reference in New Issue
Block a user