Browse Source

Internal: Added the stylelintrc config. [skip ci]

Aleksander Nowodzinski 6 years ago
parent
commit
a691f11b3d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/ckeditor5-build-balloon-block/.stylelintrc

+ 6 - 0
packages/ckeditor5-build-balloon-block/.stylelintrc

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