Parcourir la source

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

Aleksander Nowodzinski il y a 6 ans
Parent
commit
d83257b7c2

+ 1 - 4
packages/ckeditor5-basic-styles/.stylelintrc

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

+ 1 - 1
packages/ckeditor5-basic-styles/package.json

@@ -25,7 +25,7 @@
     "husky": "^1.3.1",
     "lint-staged": "^7.0.0",
     "stylelint": "^11.1.1",
-    "stylelint-config-recommended": "^3.0.0"
+    "stylelint-config-ckeditor5": "^1.0.0"
   },
   "engines": {
     "node": ">=8.0.0",