1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-12 17:10:56 +00:00

Fixed bunch of eslint errors

This commit is contained in:
Vladimir Volek 2018-09-05 16:41:03 +02:00
parent 6802ebdd1b
commit 288a81775d
3 changed files with 4 additions and 16 deletions

View File

@ -1,4 +1,5 @@
solidity public
coverage coverage
images images
node_modules node_modules
src/flowtype/npm

View File

@ -4,7 +4,6 @@
import Web3 from 'web3'; import Web3 from 'web3';
import type { ContractFactory } from 'web3'; import type { ContractFactory } from 'web3';
import * as STORAGE from 'actions/constants/localStorage';
import * as WEB3 from 'actions/constants/web3'; import * as WEB3 from 'actions/constants/web3';
import type { Action } from 'flowtype'; import type { Action } from 'flowtype';

View File

@ -1,20 +1,8 @@
/* @flow */ /* @flow */
import * as LogActions from 'actions/LogActions';
import * as STORAGE from 'actions/constants/localStorage';
import * as WALLET from 'actions/constants/wallet';
import BigNumber from 'bignumber.js'; import BigNumber from 'bignumber.js';
import type { import type {
Middleware,
MiddlewareAPI,
MiddlewareDispatch,
State, State,
Dispatch,
Action,
AsyncAction,
GetState,
Device, Device,
TrezorDevice, TrezorDevice,
Account, Account,