1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/ui/pages/settings
Mark Stacey ba54a3d83b
Update ESLint config to v8 (#12886)
The ESLint config has been updated to v8. The breaking changes are:

* The Prettier rule `quoteProps` has been changed from `consistent` to
`as-needed`, meaning that if one key requires quoting, only that key is
quoted rather than all keys.
* The ESLint rule `no-shadow` has been made more strict. It now
prevents globals from being shadowed as well.

Most of these changes were applied with `yarn lint:fix`. Only the
shadowing changes required manual fixing (shadowing variable names were
either replaced with destructuring or renamed).

The dependency `globalThis` was added to the list of dynamic
dependencies in the build system, where it should have been already.
This was causing `depcheck` to fail because the new lint rules required
removing the one place where `globalThis` had been erroneously imported
previously.

A rule requiring a newline between multiline blocks and expressions has
been disabled temporarily to make this PR smaller and to avoid
introducing conflicts with other PRs.
2021-12-09 15:36:24 -03:30
..
advanced-tab Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
alerts-tab remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
contact-list-tab Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
experimental-tab put new collectibles related preferences behind feature flag (#12936) 2021-12-01 16:10:24 -06:00
info-tab Using design system breakpoint values across ui/ 2021-09-11 11:00:46 -07:00
networks-tab Remove localhost from default network list (#12790) 2021-11-22 19:02:03 -03:30
security-tab Use ternary conditionals instead of && (#12406) 2021-10-21 11:11:31 -05:00
settings-tab Latest update conversion date - issue #10741 (#12422) 2021-12-02 08:48:09 -03:30
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Update icons on the settings page (#12359) 2021-10-29 09:25:23 -02:30
settings.component.js Latest update conversion date - issue #10741 (#12422) 2021-12-02 08:48:09 -03:30
settings.container.js Latest update conversion date - issue #10741 (#12422) 2021-12-02 08:48:09 -03:30
settings.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00