Skip to content

Commit 8da2cb7

Browse files
authored
chore: quote stylelint file globs (#445)
Fix #444
1 parent bdc4c5d commit 8da2cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Starter project for Adobe Helix",
66
"scripts": {
77
"lint:js": "eslint .",
8-
"lint:css": "stylelint blocks/**/*.css styles/*.css",
8+
"lint:css": "stylelint \"blocks/**/*.css\" \"styles/*.css\"",
99
"lint": "npm run lint:js && npm run lint:css"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)