Browse Source

Internal: Added the stylelintrc config. [skip ci]

Aleksander Nowodzinski 6 năm trước cách đây
mục cha
commit
ca86b1e867

+ 6 - 0
packages/ckeditor5-utils/.stylelintrc

@@ -0,0 +1,6 @@
+{
+	"extends": "stylelint-config-recommended",
+	"rules": {
+		"at-rule-no-unknown": null
+	}
+}