mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23: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:
@@ -77,12 +77,12 @@ class TestComponent {
|
||||
itemAlias: null
|
||||
});
|
||||
|
||||
/* tslint:disable:no-empty */
|
||||
/* eslint-disable no-empty,@typescript-eslint/no-empty-function */
|
||||
public onBeforeUpload = () => {
|
||||
}
|
||||
|
||||
onCompleteItem(event) {
|
||||
}
|
||||
|
||||
/* tslint:enable:no-empty */
|
||||
/* eslint-enable no-empty, @typescript-eslint/no-empty-function */
|
||||
}
|
||||
|
Reference in New Issue
Block a user