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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2018-12-07 16:48:17 +0300
committerthingsym <thingsym@gmail.com>2018-12-07 16:48:17 +0300
commitfb633c4f69f84930b17c4d8101846a90862535b9 (patch)
treeda8621fa1f2dbeb9c4bc0f899717a54b63541d98 /package.json
parent7fccb042a766627dccd5e2830cbe5e46394a27cc (diff)
chore: change lint from scss-lint to stylelint
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index e1e8c88..c371a9b 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,8 @@
"gulp-sass": "~3.1.0",
"gulp-cssnano": "~2.1.2",
"gulp-rename": "~1.2.0",
- "gulp-scss-lint": "~0.5.0",
"gulp-watch": "~4.3.11",
+ "gulp-stylelint": "^8.0.0",
"gulp-uglify": "~3.0.0",
"gulp-util": "~3.0.4",
"jshint": "~2.9.4",
@@ -24,6 +24,10 @@
"browser-sync": "~2.23.1",
"run-sequence": "~2.2.0",
"flexbox-grid-mixins": "~0.1.3"
+ "stylelint": "^9.9.0",
+ "stylelint-config-recommended": "^2.1.0",
+ "stylelint-config-recommended-scss": "^3.2.0",
+ "stylelint-scss": "^3.4.0"
},
"scripts": {
"default": "gulp",