Replace scss-lint with stylelint

This commit is contained in:
cytopia
2020-01-08 15:44:08 +01:00
parent 8bef4c7167
commit 64c41f7786
13 changed files with 49 additions and 38 deletions

View File

@@ -45,7 +45,6 @@ gem_enabled:
- mixlib_config
- rb_inotify
- mdl
- scss_lint
# -------------------------------------------------------------------------------------------------
@@ -62,6 +61,7 @@ npm_enabled:
- pm2
- mdlint
- sass
- stylelint
- vue_cli
- vue_cli_service_global
- webpack
@@ -271,10 +271,6 @@ gem_available:
version: 0.5.0
5.2:
version: 0.5.0
scss_lint:
name: scss_lint
all:
version: 0.57.1
# -------------------------------------------------------------------------------------------------
@@ -317,6 +313,9 @@ npm_available:
sass:
name: sass
check: sass --version | grep -E '[.0-9]+'
stylelint:
name: stylelint
check: stylelint --version | grep -E '[.0-9]+'
vue_cli:
name: "@vue/cli"
check: vue --version | grep -E '[.0-9]+'