1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/ui/app
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
..
components Remove unused expressions (#6839) 2019-07-12 12:41:39 -03:00
css Address various UI styling issues (#6744) 2019-07-08 15:28:35 -02:30
ducks Check for invalid gas estimates from local storage (#6800) 2019-07-04 16:18:12 -03:00
helpers Declare variables before use (#6806) 2019-07-05 14:01:34 -03:00
pages Remove unused expressions (#6839) 2019-07-12 12:41:39 -03:00
selectors 4byte fallback (#6551) 2019-06-18 09:47:14 -02:30
store Remove unused expressions (#6839) 2019-07-12 12:41:39 -03:00