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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 080d9c1..71d2641 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
},
"scripts": {
"mocha": "mocha",
- "stylelint": "stylelint \"**/*.{less,scss}\" --cache --cache-location node_modules/.cache/stylelint",
+ "stylelint": "stylelint \"**/*.{less,scss}\" --cache --cache-location node_modules/.cache/stylelint --rd",
"xo": "xo",
"lint": "npm-run-all --parallel --aggregate-output --continue-on-error xo stylelint",
"test": "npm run lint && npm run mocha",
@@ -71,10 +71,11 @@
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
+ "postcss-less": "^6.0.0",
"prettier": "^2.6.1",
"sass": "^1.49.9",
- "stylelint": "^13.13.1",
- "stylelint-config-standard": "^22.0.0",
+ "stylelint": "^14.6.0",
+ "stylelint-config-twbs-bootstrap": "^3.0.1",
"stylus": "^0.57.0",
"xo": "^0.48.0"
},