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/send-footer
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
..
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
send-footer.component.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
send-footer.component.test.js Changing cancel button labels in send screen when in editing stage (#12056) 2021-09-17 10:07:50 +05:30
send-footer.container.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
send-footer.container.test.js Changing cancel button labels in send screen when in editing stage (#12056) 2021-09-17 10:07:50 +05:30
send-footer.scss remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
send-footer.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00