mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Uncomment stylelint rules (#8988)
These rules were commented out in #8169 because they had existing violations. However, these were all due to the inlining of vendored CSS, which was removed in #8986. These rules no longer have any violations.
This commit is contained in:
parent
a789c23faa
commit
8ff083b0a3
@ -12,11 +12,11 @@ module.exports = {
|
||||
'at-rule-name-space-after': 'always-single-line',
|
||||
'at-rule-semicolon-newline-after': 'always',
|
||||
// 'block-closing-brace-empty-line-before': 'never',
|
||||
// 'block-closing-brace-newline-after': 'always',
|
||||
'block-closing-brace-newline-after': 'always',
|
||||
// 'block-closing-brace-newline-before': 'always-multi-line',
|
||||
// 'block-closing-brace-space-before': 'always-single-line',
|
||||
'block-closing-brace-space-before': 'always-single-line',
|
||||
'block-opening-brace-newline-after': 'always-multi-line',
|
||||
// 'block-opening-brace-space-after': 'always-single-line',
|
||||
'block-opening-brace-space-after': 'always-single-line',
|
||||
// 'block-opening-brace-space-before': 'always',
|
||||
// 'color-hex-case': 'lower',
|
||||
// 'color-hex-length': 'short',
|
||||
@ -36,11 +36,11 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
'declaration-bang-space-after': 'never',
|
||||
// 'declaration-bang-space-before': 'always',
|
||||
'declaration-bang-space-before': 'always',
|
||||
// 'declaration-block-semicolon-newline-after': 'always-multi-line',
|
||||
// 'declaration-block-semicolon-space-after': 'always-single-line',
|
||||
'declaration-block-semicolon-space-before': 'never',
|
||||
// 'declaration-block-single-line-max-declarations': 1,
|
||||
'declaration-block-single-line-max-declarations': 1,
|
||||
// 'declaration-block-trailing-semicolon': 'always',
|
||||
'declaration-colon-newline-after': 'always-multi-line',
|
||||
// 'declaration-colon-space-after': 'always-single-line',
|
||||
@ -63,7 +63,7 @@ module.exports = {
|
||||
// indentation: 2,
|
||||
// 'length-zero-no-unit': true,
|
||||
// 'max-empty-lines': 1,
|
||||
// 'media-feature-colon-space-after': 'always',
|
||||
'media-feature-colon-space-after': 'always',
|
||||
'media-feature-colon-space-before': 'never',
|
||||
'media-feature-name-case': 'lower',
|
||||
'media-feature-parentheses-space-inside': 'never',
|
||||
@ -101,7 +101,7 @@ module.exports = {
|
||||
'unit-case': 'lower',
|
||||
// 'value-keyword-case': 'lower',
|
||||
'value-list-comma-newline-after': 'always-multi-line',
|
||||
// 'value-list-comma-space-after': 'always-single-line',
|
||||
'value-list-comma-space-after': 'always-single-line',
|
||||
'value-list-comma-space-before': 'never',
|
||||
'value-list-max-empty-lines': 0,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user