Skip to content

Commit 54a3ba1

Browse files
authored
Merge pull request #612 from ckeditor/i/611
Other: Configured stylelint to enforce CSS indentation using tabs and hsl() colors. Closes #611.
2 parents b315011 + cc6f390 commit 54a3ba1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"extends": "stylelint-config-recommended",
33
"rules": {
4-
"at-rule-no-unknown": null
4+
"at-rule-no-unknown": null,
5+
"indentation": "tab",
6+
"declaration-property-value-blacklist": {
7+
"/.*/": ["/#/", "/rgb/"]
8+
},
9+
color-named: "never"
510
}
611
}

0 commit comments

Comments
 (0)