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:
@@ -22,9 +22,10 @@
|
||||
|
||||
import { createOpenMct, resetApplicationState } from 'utils/testing';
|
||||
import Vue from 'vue';
|
||||
import GrandSearch from './GrandSearch.vue';
|
||||
|
||||
import ExampleTagsPlugin from '../../../../example/exampleTags/plugin';
|
||||
import DisplayLayoutPlugin from '../../../plugins/displayLayout/plugin';
|
||||
import GrandSearch from './GrandSearch.vue';
|
||||
|
||||
xdescribe('GrandSearch', () => {
|
||||
let openmct;
|
||||
|
||||
Reference in New Issue
Block a user