1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 11:28:51 +01:00
metamask-extension/ui/pages/send/send-content
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
..
add-recipient Fix order of account list (#12999) 2021-12-10 10:46:24 -06:00
send-amount-row Remove the SHOW_EIP_1559_UI environment variable, replace with network detection where appropriate (#11694) 2021-07-30 22:59:21 -02:30
send-asset-row Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
send-gas-row Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00
send-hex-data-row display hex data on send screen fixed (#12709) 2021-12-09 06:56:49 -03:30
send-row-wrapper Use ternary conditionals instead of && (#12406) 2021-10-21 11:11:31 -05:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
send-content.component.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
send-content.component.test.js Remove hexdata field from token send (#12565) 2021-11-03 15:03:54 -04:00
send-content.container.js Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
send-content.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00