1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/hooks/gasFeeInput
Elliot Winkler af971cd5b6
Remove dupe Prettier config from ESLint config (#13234)
The ESLint config for the extension explicitly includes support for
Prettier. However, this is already being provided by our global ESLint
config (`@metamask/eslint-config`). Therefore there is no need to
include it here. In fact, this is causing weird issues where the `curly`
option is getting overridden somehow. After this change, these syntaxes
are invalid:

``` javascript
if (foo) return;
```

``` javascript
if (foo) return 'bar';
```
2022-01-06 15:56:51 -07:00
..
test-utils.js Using EIP-1559 V2 for swaps (#12966) 2021-12-12 04:56:28 +05:30
useGasEstimates.js using 1559 V2 for cancel speed up flows (#13019) 2022-01-06 08:17:26 +05:30
useGasEstimates.test.js Refactoring useGasFeeInputs hook (#12327) 2021-10-22 22:44:28 +05:30
useGasFeeErrors.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
useGasFeeErrors.test.js Confirm transaction page - onchain failure handling (#12743) 2021-11-24 22:32:53 +05:30
useGasFeeInputs.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
useGasFeeInputs.test.js Using EIP-1559 V2 for swaps (#12966) 2021-12-12 04:56:28 +05:30
useGasPriceInput.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useGasPriceInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useMaxFeePerGasInput.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
useMaxFeePerGasInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useMaxPriorityFeePerGasInput.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
useMaxPriorityFeePerGasInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useTransactionFunction.test.js EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30
useTransactionFunctions.js EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30
utils.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00