1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 12:22:03 +02:00

[ticket/15115] fix stylelintrc error

PHPBB3-15115
This commit is contained in:
hanakin 2017-03-19 16:15:58 -04:00
parent 79f865bd56
commit 3173b46315

View File

@ -131,11 +131,6 @@
"property-case": "lower",
"property-no-unknown": true,
"rule-empty-line-before": ["always", {
"ignore": ["after-comment"],
"except": ["first-nested"]
}],
"selector-attribute-brackets-space-inside": "never",
"selector-attribute-operator-space-after": "never",
"selector-attribute-operator-space-before": "never",