1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui
Mark Stacey 2eea388680
Remove unused expressions (#6839)
Unused expressions are generally a mistake, as they don't do anything.
The exceptions to this rule (short-circuit expressions and ternary
expressions) have been allowed.

The `webrtc-adapter` was previously ignored by eslint because it has a
side-effect upon being imported. I removed the local variable instead,
which should preserve the same side-effect without making eslint
complain.
2019-07-12 12:41:39 -03:00
..
app Remove unused expressions (#6839) 2019-07-12 12:41:39 -03:00
design [ImgBot] Optimize images (#1) (#6829) 2019-07-10 11:37:20 -03:00
lib Fixes bugs in 6.5.1 (#6613) 2019-05-15 10:53:09 +02:00
css.js Refactor first time flow, remove seed phrase from state (#5994) 2019-01-23 11:55:34 -03:30
index.html Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
index.js Rename accountManager usages (#6790) 2019-07-10 16:31:48 -02:30