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:
-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",