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:
@@ -3,6 +3,4 @@
|
||||
* more details:
|
||||
* https://github.com/Microsoft/TypeScript/issues/204#issuecomment-257722306
|
||||
*/
|
||||
/* eslint-disable @typescript-eslint/consistent-type-definitions */
|
||||
export type GenericConstructor<T> = new (...args: any[]) => T ;
|
||||
/* eslint-enable @typescript-eslint/consistent-type-definitions */
|
||||
|
Reference in New Issue
Block a user