1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-23 14:10:59 +01:00

Add stylelint for sideci

This commit is contained in:
AkiraFukushima 2018-07-05 22:35:29 +09:00
parent 4a6c88b123
commit 1975f32261

View File

@ -8,3 +8,12 @@ linter:
config: '.eslintrc.js'
ext: '.js,.vue'
ignore-path: .eslintignore
stylelint:
npm_install: true
options:
config: .stylelintrc.json
ignore-path: .stylelintignore
syntax: scss
ignore-disables: true
glob: '**/*.vue'