1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/app/edit-gas-fee-popover/edit-gas-item
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
..
edit-gas-item.js EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30
edit-gas-item.test.js EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30
index.js Adding edit gas fee modal (#12624) 2021-11-18 23:24:58 +05:30
index.scss EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30
useCustomTimeEstimate.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
useGasItemFeeDetails.js EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30