mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
87968: Automatic migration from TSLint to ESLint
Via `ng g @angular-eslint/schematics:convert-tslint-to-eslint`
This commit is contained in:
4
src/typings.d.ts
vendored
4
src/typings.d.ts
vendored
@@ -67,11 +67,11 @@ interface WebpackRequire {
|
||||
}
|
||||
|
||||
// Extend typings
|
||||
// tslint:disable:no-empty-interface
|
||||
/* eslint-disable @typescript-eslint/no-empty-interface */
|
||||
interface NodeRequire extends WebpackRequire { }
|
||||
interface NodeModule extends WebpackModule { }
|
||||
interface Global extends GlobalEnvironment { }
|
||||
// tslint:enable:no-empty-interface
|
||||
/* eslint-enable @typescript-eslint/no-empty-interface */
|
||||
|
||||
// Allows us to import json files in typescript
|
||||
// See https://hackernoon.com/import-json-into-typescript-8d465beded79#.88tfoy2df
|
||||
|
Reference in New Issue
Block a user