From 65fff47182d07729769d3f8629b2ea75f6c8018e Mon Sep 17 00:00:00 2001 From: KillyMXI Date: Wed, 21 Jun 2017 21:52:48 +0300 Subject: juick-www: replaced csslint with stylelint --- juick-www/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'juick-www/package.json') 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" -- cgit v1.2.3