@@ -0,0 +1,3 @@
+{
+ "extends": "stylelint-config-ckeditor5"
+}
@@ -40,11 +40,15 @@
"theme"
],
"scripts": {
- "lint": "eslint --quiet '**/*.js'"
+ "lint": "eslint --quiet '**/*.js'",
+ "stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'"
},
"lint-staged": {
"**/*.js": [
"eslint --quiet"
+ ],
+ "**/*.css": [
+ "stylelint --quiet --allow-empty-input"
]
"eslintIgnore": [