style: fix import order

This commit is contained in:
Derrick Hammer 2023-07-04 03:47:34 -04:00
parent ee3162fbbb
commit e5dc651b79
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 3 deletions

View File

@ -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