1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui
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
..
__mocks__ Increase Jest unit test coverage for the Swaps feature to ~60% (#11343) 2021-07-02 08:48:34 -05:00
components Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
contexts Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
css Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00
ducks Feat/collectibles the return (#12970) 2021-12-13 17:41:10 -06:00
helpers Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
hooks Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
pages Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
selectors Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
store Remove dupe Prettier config from ESLint config (#13234) 2022-01-06 15:56:51 -07:00
1.INTRODUCTION.stories.mdx Docs/12367 Adding storybook essentials addons (#12393) 2021-10-29 07:22:07 -10:00
2.DOCUMENTATION.stories.mdx Updating storybook documentation guidelines (#12957) 2021-12-07 10:24:06 -08:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00