1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/store
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
..
actionConstants.js Feat/add collectible manually (#12834) 2021-11-26 14:03:35 -06:00
actionConstants.test.js Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
actions.js Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
actions.test.js Remove nodeify (#13003) 2021-12-08 18:06:53 -03:30
store.js Disable remote-redux-devtools in non-dev builds (#12956) 2021-12-06 11:55:40 -03:30