sort imports
This commit is contained in:
parent
692f94a87a
commit
36ff6e9b95
75 changed files with 372 additions and 241 deletions
7
typings/common.d.ts
vendored
7
typings/common.d.ts
vendored
|
|
@ -1,6 +1,9 @@
|
|||
import type parseUrl from 'parse-url';
|
||||
import type {IpcMain, IpcRenderer} from 'electron';
|
||||
import type {ExecFileOptions, ExecOptions} from 'child_process';
|
||||
|
||||
import type {IpcMain, IpcRenderer} from 'electron';
|
||||
|
||||
import type parseUrl from 'parse-url';
|
||||
|
||||
import type {configOptions} from './config';
|
||||
|
||||
export type Session = {
|
||||
|
|
|
|||
2
typings/hyper.d.ts
vendored
2
typings/hyper.d.ts
vendored
|
|
@ -1,3 +1,5 @@
|
|||
// eslint-disable-next-line eslint-comments/disable-enable-pair
|
||||
/* eslint-disable import/order */
|
||||
import type {Immutable} from 'seamless-immutable';
|
||||
import type Client from '../lib/utils/rpc';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue