diff --git a/package.json b/package.json index b11077a6b..0a8f423c1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "fix": "eslint . --fix && stylelint --fix \"**/*.css\" && prettier --write .", "htmlhint": "htmlhint \"**/*.html\" \"**/*.template\" --ignore \"common/**/*.html\" --format unix", "lint": "npm run lint:es && npm run lint:css && npm run lint:html && npm run lint:spelling", - "lint:css": "stylelint \"**/*.css\" && prettier --check \"**/*.css\"", + "lint:css": "stylelint \"**/*.css\" --custom-formatter=stylelint-actions-formatters && prettier --check \"**/*.css\"", "lint:es": "eslint . && prettier --check \"**/*.{js,mjs,cjs}\"", "lint:js": "npm run lint:es", "lint:html": "npm run htmlhint && npm run vnu-jar",