mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
lint
This commit is contained in:
parent
d01d3868eb
commit
ffa6a89c5a
4 changed files with 7 additions and 8 deletions
|
|
@ -5,5 +5,5 @@ export function init() {
|
||||||
rpc.emit('init');
|
rpc.emit('init');
|
||||||
return {
|
return {
|
||||||
type: INIT
|
type: INIT
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
import ms from 'ms';
|
import ms from 'ms';
|
||||||
import {version} from '../../package';
|
|
||||||
import {satisfies} from 'semver';
|
import {satisfies} from 'semver';
|
||||||
import {remote} from 'electron';
|
import {version} from '../../package';
|
||||||
import {
|
import {
|
||||||
NOTIFICATION_MESSAGE,
|
NOTIFICATION_MESSAGE,
|
||||||
NOTIFICATION_DISMISS
|
NOTIFICATION_DISMISS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue