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:
@@ -21,11 +21,11 @@
|
||||
*****************************************************************************/
|
||||
import _ from 'lodash';
|
||||
|
||||
import LegendModel from './LegendModel';
|
||||
import Model from './Model';
|
||||
import SeriesCollection from './SeriesCollection';
|
||||
import XAxisModel from './XAxisModel';
|
||||
import YAxisModel from './YAxisModel';
|
||||
import LegendModel from './LegendModel';
|
||||
|
||||
const MAX_Y_AXES = 3;
|
||||
const MAIN_Y_AXES_ID = 1;
|
||||
|
||||
Reference in New Issue
Block a user