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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-11-26 05:06:34 +0300
committerMark Otto <markdotto@gmail.com>2017-11-26 05:06:34 +0300
commit04d92a420a15311b5033215d843e853aae540f5d (patch)
tree1269db725037d51cf49a83f9017276194d426371 /package.json
parent4731b239b1d2969b3e0262fb3e85ff8ce981e058 (diff)
move from csslint to stylelint
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1d674de6af..7a1705f538 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,6 @@
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
- "grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-htmlmin": "~1.5.0",
"grunt-contrib-jshint": "~1.0.0",
@@ -54,10 +53,14 @@
"grunt-jekyll": "~0.4.4",
"grunt-jscs": "~3.0.1",
"grunt-saucelabs": "~9.0.0",
+ "grunt-stylelint": "^0.9.0",
"load-grunt-tasks": "~3.5.0",
"markdown-it": "^7.0.0",
"shelljs": "^0.7.0",
"shx": "^0.1.2",
+ "stylelint": "^8.2.0",
+ "stylelint-config-standard": "^17.0.0",
+ "stylelint-order": "^0.7.0",
"time-grunt": "^1.3.0"
},
"engines": {