1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/app/scripts/controllers/network
Whymarrh Whitby e803807dd9
Fix no-param-reassign issues (#9235)
See [`no-param-reassign`](https://eslint.org/docs/rules/no-param-reassign) for more information.

This change enables `no-param-reassign` and fixes the issues raised by the rule.
2020-08-15 09:28:11 -02:30
..
middleware Fix consistent-return issues (#9192) 2020-08-12 16:36:57 -02:30
contract-addresses.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createInfuraClient.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
createJsonRpcClient.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
createLocalhostClient.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
createMetamaskMiddleware.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
enums.js Use string network and chain IDs (#8628) 2020-07-08 14:05:09 -07:00
index.js Simplify NetworkController re-export (#8528) 2020-05-05 21:02:44 -02:30
network.js Fix no-param-reassign issues (#9235) 2020-08-15 09:28:11 -02:30
util.js Cleanup network enums (#8627) 2020-05-20 08:57:45 -07:00