aboutsummaryrefslogtreecommitdiff
path: root/juick-www/package.json
diff options
context:
space:
mode:
authorGravatar KillyMXI2017-06-21 21:52:48 +0300
committerGravatar KillyMXI2017-06-21 21:52:48 +0300
commit65fff47182d07729769d3f8629b2ea75f6c8018e (patch)
tree581e74c3d45f947919037ed645b64aab46358e8f /juick-www/package.json
parent0b6a7c341ecf0dc04f9708f727b8cc134dbd7e85 (diff)
juick-www: replaced csslint with stylelint
Diffstat (limited to 'juick-www/package.json')
-rw-r--r--juick-www/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/juick-www/package.json b/juick-www/package.json
index 8601f05c..f33c3d8f 100644
--- a/juick-www/package.json
+++ b/juick-www/package.json
@@ -16,8 +16,6 @@
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.1",
- "csslint": "^1.0.5",
- "csslint-loader": "^1.0.0",
"eslint": "^3.1.1",
"eslint-loader": "^1.4.1",
"extract-text-webpack-plugin": "^2.1.0",
@@ -25,6 +23,9 @@
"globby": "^6.1.0",
"script-loader": "^0.7.0",
"style-loader": "^0.17.0",
+ "stylelint": "^7.11.1",
+ "stylelint-config-standard": "^16.0.0",
+ "stylelint-webpack-plugin": "^0.7.0",
"uglify-loader": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^2.5.1"