1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/advanced-gas-fee-popover
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
..
advanced-gas-fee-defaults EIP-1559 V2: Adding default settings to advanced gas modal (#12911) 2021-12-21 14:45:28 -05:00
advanced-gas-fee-gas-limit EIP-1559 V2: Adding default settings to advanced gas modal (#12911) 2021-12-21 14:45:28 -05:00
advanced-gas-fee-input-subtext Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00
advanced-gas-fee-inputs Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
advanced-gas-fee-save EIP-1559 V2 UI fixes (#13222) 2022-01-07 04:10:31 +05:30
context EIP-1559 V2: Adding default settings to advanced gas modal (#12911) 2021-12-21 14:45:28 -05:00
advanced-gas-fee-popover.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
advanced-gas-fee-popover.test.js Fixing EIP-1559 V2 advance gas fee inputs validations (#13013) 2021-12-09 04:26:10 +05:30
index.js
index.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00