1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/send
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
..
send-content Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
send-footer Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
send-header Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
index.js Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
send.constants.js Adding validations for advance gas fee input fields (#12879) 2021-12-07 00:17:26 +05:30
send.js Stop GasFeeController polling when pop closes (#11746) 2021-08-04 16:53:13 -05:00
send.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00
send.test.js Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
send.utils.js move conversion utils to shared folder (#11451) 2021-07-06 12:48:49 -05:00
send.utils.test.js move conversion utils to shared folder (#11451) 2021-07-06 12:48:49 -05:00