mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
ba54a3d83b
The ESLint config has been updated to v8. The breaking changes are: * The Prettier rule `quoteProps` has been changed from `consistent` to `as-needed`, meaning that if one key requires quoting, only that key is quoted rather than all keys. * The ESLint rule `no-shadow` has been made more strict. It now prevents globals from being shadowed as well. Most of these changes were applied with `yarn lint:fix`. Only the shadowing changes required manual fixing (shadowing variable names were either replaced with destructuring or renamed). The dependency `globalThis` was added to the list of dynamic dependencies in the build system, where it should have been already. This was causing `depcheck` to fail because the new lint rules required removing the one place where `globalThis` had been erroneously imported previously. A rule requiring a newline between multiline blocks and expressions has been disabled temporarily to make this PR smaller and to avoid introducing conflicts with other PRs. |
||
---|---|---|
.. | ||
gasFeeInput | ||
useApproveTransaction.js | ||
useCopyToClipboard.js | ||
useCurrencyDisplay.js | ||
useCurrencyDisplay.test.js | ||
useCurrentAsset.js | ||
useEqualityCheck.js | ||
useEthFiatAmount.js | ||
useGasFeeErrors.js | ||
useGasFeeErrors.test.js | ||
useGasFeeEstimates.js | ||
useGasFeeEstimates.test.js | ||
useI18nContext.js | ||
useIncrementedGasFees.js | ||
useMethodData.js | ||
useMetricEvent.js | ||
useOriginMetadata.js | ||
usePrevious.js | ||
useSafeGasEstimatePolling.js | ||
useShouldAnimateGasEstimations.js | ||
useShouldShowSpeedUp.js | ||
useSwappedTokenValue.js | ||
useTimeout.js | ||
useTokenData.js | ||
useTokenData.test.js | ||
useTokenDisplayValue.js | ||
useTokenDisplayValue.test.js | ||
useTokenFiatAmount.js | ||
useTokensToSearch.js | ||
useTokenTracker.js | ||
useTransactionDisplayData.js | ||
useTransactionDisplayData.test.js | ||
useUserPreferencedCurrency.js | ||
useUserPreferencedCurrency.test.js |