1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/hooks
Whymarrh Whitby 884775cf71
Fix no-negated-condition issues (#9222)
See [`no-negated-condition`](https://eslint.org/docs/rules/no-negated-condition) for more information.

This change enables `no-negated-condition` and fixes the issues raised by the rule.
2020-08-14 09:17:43 -02:30
..
tests Fix no-negated-condition issues (#9222) 2020-08-14 09:17:43 -02:30
useCancelTransaction.js resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCopyToClipboard.js Add tooltip to contacts (#8974) 2020-07-24 11:17:03 -03:00
useCurrencyDisplay.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
useI18nContext.js add useI18nContext shortcut hook (#8635) 2020-05-21 10:26:49 -05:00
useMethodData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useMetricEvent.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useRetryTransaction.js fix crash on signature request (#8709) 2020-06-01 12:27:51 -05:00
useShouldShowSpeedUp.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useTimeout.js Fix consistent-return issues (#9192) 2020-08-12 16:36:57 -02:30
useTokenData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenDisplayValue.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
useTokenFiatAmount.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
useTokenTracker.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useTransactionDisplayData.js Fix no-eq-null issues (#9205) 2020-08-12 20:32:44 -02:30
useTransactionTimeRemaining.js Fix consistent-return issues (#9192) 2020-08-12 16:36:57 -02:30
useUserPreferencedCurrency.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00