Skip to content

Commit

Permalink
Quote Stylelint File Globs
Browse files Browse the repository at this point in the history
Fix #444
  • Loading branch information
shsteimer authored Jan 10, 2025
1 parent 878dbbb commit 2591df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Starter project for Adobe Helix",
"scripts": {
"lint:js": "eslint .",
"lint:css": "stylelint blocks/**/*.css styles/*.css",
"lint:css": "stylelint \"blocks/**/*.css\" \"styles/*.css\"",
"lint": "npm run lint:js && npm run lint:css"
},
"repository": {
Expand Down

0 comments on commit 2591df0

Please sign in to comment.