We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc4c5d commit 8da2cb7Copy full SHA for 8da2cb7
package.json
@@ -5,7 +5,7 @@
5
"description": "Starter project for Adobe Helix",
6
"scripts": {
7
"lint:js": "eslint .",
8
- "lint:css": "stylelint blocks/**/*.css styles/*.css",
+ "lint:css": "stylelint \"blocks/**/*.css\" \"styles/*.css\"",
9
"lint": "npm run lint:js && npm run lint:css"
10
},
11
"repository": {
0 commit comments