mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15980] fix stylelintrc
PHPBB3-15980
This commit is contained in:
parent
499e79958c
commit
845fa9c144
1 changed files with 2 additions and 10 deletions
12
.stylelintrc
12
.stylelintrc
|
@ -1,19 +1,11 @@
|
|||
{
|
||||
"plugins": [
|
||||
"stylelint-scss",
|
||||
"stylelint-order"
|
||||
],
|
||||
"ignoreFiles": [
|
||||
"./src/scss/generic/_normalize.scss",
|
||||
"./src/scss/settings/*.scss"
|
||||
"./phpBB/styles/prosilver/theme/normalize.css"
|
||||
],
|
||||
"rules": {
|
||||
"scss/at-extend-no-missing-placeholder": true,
|
||||
"scss/at-else-empty-line-before": "never",
|
||||
"scss/at-if-closing-brace-newline-after": "always-last-in-chain",
|
||||
"scss/dollar-variable-colon-space-before": "never",
|
||||
"scss/selector-no-redundant-nesting-selector": true,
|
||||
|
||||
"at-rule-name-case": "lower",
|
||||
"at-rule-name-newline-after": "always-multi-line",
|
||||
"at-rule-name-space-after": "always-single-line",
|
||||
|
@ -70,7 +62,7 @@
|
|||
"declaration-empty-line-before": "never",
|
||||
|
||||
"declaration-property-unit-blacklist": {
|
||||
"line-height": ["rem", "px", "em", "%"]
|
||||
"line-height": ["rem", "em", "%"]
|
||||
},
|
||||
"declaration-property-unit-whitelist": {
|
||||
"height": ["px", "%", "vh"],
|
||||
|
|
Loading…
Add table
Reference in a new issue