feat(eslint): sort import rule (#6939)
* feat(eslint): sort import rule * chore(deps): pin dep * refactor: sort imports --------- Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
This commit is contained in:
@@ -20,15 +20,16 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
|
||||
import utils from 'objectUtils';
|
||||
import MutableDomainObject from './MutableDomainObject';
|
||||
import RootRegistry from './RootRegistry';
|
||||
import RootObjectProvider from './RootObjectProvider';
|
||||
import EventEmitter from 'EventEmitter';
|
||||
import InterceptorRegistry from './InterceptorRegistry';
|
||||
import Transaction from './Transaction';
|
||||
import utils from 'objectUtils';
|
||||
|
||||
import ConflictError from './ConflictError';
|
||||
import InMemorySearchProvider from './InMemorySearchProvider';
|
||||
import InterceptorRegistry from './InterceptorRegistry';
|
||||
import MutableDomainObject from './MutableDomainObject';
|
||||
import RootObjectProvider from './RootObjectProvider';
|
||||
import RootRegistry from './RootRegistry';
|
||||
import Transaction from './Transaction';
|
||||
|
||||
/**
|
||||
* Uniquely identifies a domain object.
|
||||
|
||||
Reference in New Issue
Block a user