1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/ui/app/helpers/utils
Mark Stacey 270d1d0fa9
Add eslint dependency (#6842)
We had forgotten to add `eslint` as a dependency, even though we use it
directly. It had always worked because we have dependencies that also
depend upon it.

`eslint` has also been updated to v6, which necessitated two minor
changes.
2019-07-15 10:15:49 -03:00
..
common.util.js
common.util.test.js
confirm-tx.util.js
confirm-tx.util.test.js
conversion-util.js Declare variables before use (#6806) 2019-07-05 14:01:34 -03:00
conversion-util.test.js
conversions.util.js Improved UX for sweeping accounts (#6488) 2019-05-20 14:08:08 -02:30
fetch-with-cache.js 4byte fallback (#6551) 2019-06-18 09:47:14 -02:30
fetch.js Add eslint dependency (#6842) 2019-07-15 10:15:49 -03:00
fetch.test.js 4byte fallback (#6551) 2019-06-18 09:47:14 -02:30
formatters.js
i18n-helper.js
metametrics.util.js MetaMetrics documentation (#6624) 2019-05-20 15:02:26 -02:30
token-util.js Fixes display of confirm screen token decimals by not relying on confirmTransaction state. 2019-06-28 01:51:33 -03:00
transactions.util.js Fixes display of confirm screen token decimals by not relying on confirmTransaction state. 2019-06-28 01:51:33 -03:00
transactions.util.test.js
util.js