Jelajahi Sumber

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

Aleksander Nowodzinski 6 tahun lalu
induk
melakukan
98e6346e2c
1 mengubah file dengan 1 tambahan dan 4 penghapusan
  1. 1 4
      packages/ckeditor5-build-balloon/.stylelintrc

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

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