mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
87968: Automatic migration from TSLint to ESLint
Via `ng g @angular-eslint/schematics:convert-tslint-to-eslint`
This commit is contained in:
@@ -49,7 +49,7 @@ class TestService extends ComColDataService<any> {
|
||||
}
|
||||
}
|
||||
|
||||
// tslint:disable:no-shadowed-variable
|
||||
/* eslint-disable @typescript-eslint/no-shadow */
|
||||
describe('ComColDataService', () => {
|
||||
let service: TestService;
|
||||
let requestService: RequestService;
|
||||
|
Reference in New Issue
Block a user