Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-26 20:35:05 +0300
committerdartcafe <github@dartcafe.de>2021-05-26 20:35:05 +0300
commit0f14ed9612133dcc8da43864261f53b31fb2550c (patch)
tree1330dc4e612b8f5ff96a17c3a95beae92c50418b /.stylelintrc.js
parentfd0f6198b58f9d5ab619965b9468103a036f0ca7 (diff)
rule-empty-line-before: always-multi-line
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.stylelintrc.js')
-rw-r--r--.stylelintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.js b/.stylelintrc.js
index a7bc3692..89955686 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -5,7 +5,7 @@ module.exports = {
'selector-type-no-unknown': null,
'number-leading-zero': null,
'rule-empty-line-before': [
- 'always',
+ 'always-multi-line',
{
ignore: ['after-comment', 'inside-block'],
},