浏览代码

Internal: Added the stylelintrc config. [skip ci]

Aleksander Nowodzinski 6 年之前
父节点
当前提交
5ee19e9c63
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      packages/ckeditor5-list/.stylelintrc

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

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