mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Add lint rule banning wildcard imports. Fix existing ones where possible.
This commit is contained in:
@@ -3,6 +3,7 @@ import { hasValue, isNotEmpty } from '../../shared/empty.util';
|
||||
import { coreSelector } from '../core.selectors';
|
||||
import { URLCombiner } from '../url-combiner/url-combiner';
|
||||
import { IndexState, MetaIndexState } from './index.reducer';
|
||||
// eslint-disable-next-line import/no-namespace
|
||||
import * as parse from 'url-parse';
|
||||
import { IndexName } from './index-name.model';
|
||||
import { CoreState } from '../core-state.model';
|
||||
|
Reference in New Issue
Block a user