1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Elliot Winkler af971cd5b6
Remove dupe Prettier config from ESLint config ()
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
..
ens use safer toChecksum utility () 2021-05-17 16:19:39 -05:00
network Jestify app/scripts/controller/network/**/*.test.js () 2021-12-10 11:25:58 -06:00
permissions Consolidate permission exports () 2021-12-08 07:07:35 -03:30
transactions Remove dupe Prettier config from ESLint config () 2022-01-06 15:56:51 -07:00
alert.js @metamask/eslint config@5.0.0 () 2021-02-04 10:15:23 -08:00
app-state.js Feat/collectibles the return () 2021-12-13 17:41:10 -06:00
cached-balances.js cache balances by chain id () 2021-03-02 16:53:07 -06:00
cached-balances.test.js Use strict assertion mode everywhere () 2021-05-07 17:08:24 -02:30
detect-tokens.js Turning OFF token detection for test nets () 2021-09-29 14:53:56 -04:00
detect-tokens.test.js Turning OFF token detection for test nets () 2021-09-29 14:53:56 -04:00
incoming-transactions.js add maxPriorityFeePerGas and maxFeePerGas to incoming controller () 2021-06-24 14:52:14 -05:00
incoming-transactions.test.js add maxPriorityFeePerGas and maxFeePerGas to incoming controller () 2021-06-24 14:52:14 -05:00
metametrics.js Ensure that metametrics error related to anonymousId is not sent to sentry () 2021-11-19 14:07:50 -03:30
metametrics.test.js metametrics - ensure segment submission failures do not bubble up () 2021-11-10 17:27:04 -10:00
onboarding.js Migrate completedOnboarding and firstTimeFlowType state into onboardingController () 2021-10-15 13:52:52 -05:00
preferences.js Feat/collectibles the return () 2021-12-13 17:41:10 -06:00
preferences.test.js Remove nodeify () 2021-12-08 18:06:53 -03:30
swaps.js Send all swaps requests to api2, remove useNewSwapsApi boolean () 2021-11-30 19:56:28 +01:00
swaps.test.js Send all swaps requests to api2, remove useNewSwapsApi boolean () 2021-11-30 19:56:28 +01:00
threebox.js eth-json-rpc-middleware@8.0.0 () 2021-11-11 12:26:49 -08:00