From da0e3a3d957c4103dbd4b3d94d841b327fed2d2b Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Thu, 5 Oct 2023 08:45:54 +0200 Subject: [PATCH] ci: explicitly configure stylelint config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fb3fed490..ccbe44d68a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint-fix": "npm-run-all --continue-on-error lint-fix:** prettier", "lint-fix:css": "stylelint --fix \"**/*.{css,scss}\"", "lint-fix:js": "eslint --ext \".js,.json,.jsx,.mdx,.mjs,.ts,.tsx\" --fix --report-unused-disable-directives .", - "lint:css": "stylelint \"**/*.{css,scss}\"", + "lint:css": "stylelint --config .stylelintrc.json \"**/*.{css,scss}\"", "lint:js": "eslint --ext .js,.json,.jsx,.mdx,.mjs,.ts,.tsx --report-unused-disable-directives .", "lint:package": "npmPkgJsonLint \"**/package.json\"", "lint:prettier": "prettier --check .",