Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-18 00:23:08 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-18 21:38:21 +0300
commitc679462198be51addb1da31ec0f3ba91faaf7cf4 (patch)
tree9584cc31c278ac8cd8e735a7d5c6d7437bff4371
parentf186faf9ef855b64a4accfbf651f830cd9c0aae2 (diff)
Quote globs.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 21f4322..a90baf3 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
},
"scripts": {
"mocha": "mocha",
- "stylelint": "stylelint **/*.less **/*.scss **/*.sass --cache --cache-location node_modules/.cache/stylelint",
+ "stylelint": "stylelint \"**/*.less\" \"**/*.scss\" \"**/*.sass\" --cache --cache-location node_modules/.cache/stylelint",
"xo": "xo",
"lint": "npm-run-all --parallel xo stylelint",
"test": "npm run lint && npm run mocha",