1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Whymarrh Whitby 362e717eef
Fix node/no-deprecated-api issues (#9670)
Refs #9663

See [`node/no-deprecated-api`][1] for more information.

This change enables `node/no-deprecated-api` and fixes the issues raised by the rule.

  [1]:https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-deprecated-api.md

The change to the way that `punycode` is imported is to address the fact that
third-party module is hidden by the built-in. This is a silly hack but it works.
2020-10-22 11:33:45 -02:30
..
components Update @metamask/eslint-config to v4.1.0 (#9663) 2020-10-21 14:01:03 -02:30
contexts consolidate segment setup (#9617) 2020-10-21 16:10:55 -05:00
css Feature/hide seedphrase when restoring vault (#9329) 2020-09-02 11:45:09 -04:00
ducks Add average_savings event to analytics (#9622) 2020-10-20 14:12:30 -02:30
helpers Fix node/no-deprecated-api issues (#9670) 2020-10-22 11:33:45 -02:30
hooks Fix use transaction time remaining (#9630) 2020-10-19 12:15:21 -02:30
pages Fix sorting Quote Source column of quote sort list (#9658) 2020-10-20 12:14:04 -02:30
selectors consolidate segment setup (#9617) 2020-10-21 16:10:55 -05:00
store Remove dead gas estimation functions, rename function (#9579) 2020-10-13 14:13:54 -07:00