1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/settings/contact-list-tab
Mark Stacey f46dda0195
Uncomment and fix all auto-fixable stylelint rules (#8989)
All stylelint rules that can be automatically fixed have been uncommented. The rules are:

* `at-rule-empty-line-before`
* `block-closing-brace-empty-line-before`
* `block-closing-brace-newline-before`
* `block-opening-brace-space-before`
* `color-hex-case`
* `color-hex-length`
* `comment-empty-line-before`
* `declaration-block-semicolon-newline-after`
* `declaration-block-semicolon-space-after`
* `declaration-block-trailing-semicolon`
* `declaration-colon-space-after`
* `declaration-empty-line-before`
* `function-comma-space-after`
* `function-comma-space-before`
* `indentation`
* `length-zero-no-unit`
* `no-eol-whitespace`
* `no-missing-end-of-source-newline`
* `number-leading-zero`
* `number-no-trailing-zeros`
* `rule-empty-line-before`
* `selector-list-comma-newline-after`
* `selector-pseudo-element-colon-notation`
2020-07-15 10:13:40 -03:00
..
add-contact Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
edit-contact Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
my-accounts Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
view-contact Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
contact-list-tab.component.js eslint: Enable more react/jsx-* rules (#7592) 2019-12-03 13:05:44 -03:30
contact-list-tab.container.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
index.scss Uncomment and fix all auto-fixable stylelint rules (#8989) 2020-07-15 10:13:40 -03:00