瀏覽代碼

Used the external stylelint-config-ckeditor5 package for stylelint configuration.

Aleksander Nowodzinski 6 年之前
父節點
當前提交
6d3432a19a
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      packages/ckeditor5-build-classic/.stylelintrc

+ 1 - 4
packages/ckeditor5-build-classic/.stylelintrc

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