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:
Yura Bondarenko
2022-03-25 10:23:33 +01:00
parent b5911b8536
commit bb51609af9
70 changed files with 69 additions and 119 deletions

View File

@@ -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 */