style: fix import order
This commit is contained in:
parent
ee3162fbbb
commit
e5dc651b79
|
@ -19,12 +19,13 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
import assert from "bsert";
|
||||
import Path from "path";
|
||||
import fs from "fs";
|
||||
import Path from "path";
|
||||
|
||||
import arg from "arg";
|
||||
import objectPath from "object-path";
|
||||
import assert from "bsert";
|
||||
import deepToFlatObject from "deep-to-flat-object";
|
||||
import objectPath from "object-path";
|
||||
|
||||
/**
|
||||
* Config Parser
|
||||
|
|
Loading…
Reference in New Issue