Skip to content

Commit c1f26f1

Browse files
authored
[qa] Fixed stylelint issues
1 parent 3deb0ef commit c1f26f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.stylelintrc.json

-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@
55
"comment-empty-line-before": ["always", {
66
"ignore": ["stylelint-commands", "after-comment"]
77
}],
8-
"declaration-colon-space-after": "always",
9-
"indentation": [2, {
10-
"except": ["value"]
11-
}],
12-
"max-empty-lines": 4,
138
"rule-empty-line-before": ["never-multi-line", {
149
"except": ["first-nested"],
1510
"ignore": ["after-comment", "inside-block"]
1611
}],
1712
"unit-allowed-list": ["em", "rem", "%", "s", "px", "vh", "deg", "dpi", "fr"],
18-
"declaration-block-trailing-semicolon": "always",
1913
"property-no-unknown": true
2014
}
2115
}

0 commit comments

Comments
 (0)