1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/contexts
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
..
gasFee.js Edit gas fee modal more changes (#12660) 2021-11-19 00:38:29 +05:30
i18n.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
metametrics.js Adding the AdvancedGasFeePopover template (#12780) 2021-11-23 23:16:33 +05:30
metametrics.new.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
transaction-modal.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00