eslint: consistent type imports
This commit is contained in:
parent
0eb05e8416
commit
928209b914
65 changed files with 141 additions and 112 deletions
|
|
@ -2,7 +2,7 @@ import {readFileSync, mkdirpSync} from 'fs-extra';
|
|||
import {defaultCfg, cfgPath, plugs, defaultPlatformKeyPath} from './paths';
|
||||
import {_init} from './init';
|
||||
import notify from '../notify';
|
||||
import {rawConfig} from '../../lib/config';
|
||||
import type {rawConfig} from '../../lib/config';
|
||||
import {migrateHyper3Config} from './migrate';
|
||||
|
||||
let defaultConfig: rawConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue