mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
af971cd5b6
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'; ``` |
||
---|---|---|
.. | ||
advanced-gas-fee-defaults | ||
advanced-gas-fee-gas-limit | ||
advanced-gas-fee-input-subtext | ||
advanced-gas-fee-inputs | ||
advanced-gas-fee-save | ||
context | ||
advanced-gas-fee-popover.js | ||
advanced-gas-fee-popover.test.js | ||
index.js | ||
index.scss |