mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +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 { type } from '../ngrx/type';
|
||||
import { Action } from '@ngrx/store';
|
||||
|
||||
@@ -37,7 +38,6 @@ export class ObjectSelectionAction implements Action {
|
||||
}
|
||||
}
|
||||
|
||||
/* eslint-disable max-classes-per-file */
|
||||
/**
|
||||
* Used to set the initial state to deselected
|
||||
*/
|
||||
@@ -79,4 +79,3 @@ export class ObjectSelectionSwitchAction extends ObjectSelectionAction {
|
||||
export class ObjectSelectionResetAction extends ObjectSelectionAction {
|
||||
type = ObjectSelectionActionTypes.RESET;
|
||||
}
|
||||
/* eslint-enable max-classes-per-file */
|
||||
|
Reference in New Issue
Block a user