Sfoglia il codice sorgente

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

Aleksander Nowodzinski 6 anni fa
parent
commit
b902463868

+ 1 - 4
packages/ckeditor5-build-decoupled-document/.stylelintrc

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