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:
@@ -195,7 +195,7 @@ describe('ItemBitstreamsComponent', () => {
|
||||
const event = {
|
||||
fromIndex: 0,
|
||||
toIndex: 50,
|
||||
// tslint:disable-next-line:no-empty
|
||||
// eslint-disable-next-line no-empty,@typescript-eslint/no-empty-function
|
||||
finish: () => {
|
||||
}
|
||||
};
|
||||
@@ -210,7 +210,7 @@ describe('ItemBitstreamsComponent', () => {
|
||||
comp.dropBitstream(bundle, {
|
||||
fromIndex: 0,
|
||||
toIndex: 50,
|
||||
// tslint:disable-next-line:no-empty
|
||||
// eslint-disable-next-line no-empty, @typescript-eslint/no-empty-function
|
||||
finish: () => {
|
||||
done();
|
||||
}
|
||||
|
Reference in New Issue
Block a user