1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/16405] Update code for eslint and stylelint updates

PHPBB3-16405
This commit is contained in:
Marc Alexander
2022-04-16 17:06:12 +02:00
parent 68cb599354
commit 620ee4d85b
5 changed files with 14 additions and 16 deletions

View File

@@ -61,10 +61,10 @@
"declaration-empty-line-before": "never",
"declaration-property-unit-blacklist": {
"declaration-property-unit-disallowed-list": {
"line-height": ["rem", "em", "%"]
},
"declaration-property-unit-whitelist": {
"declaration-property-unit-allowed-list": {
"height": ["px", "%", "vh"],
"width": ["px", "%", "vw"],
"font-size": ["px", "rem", "%"],