mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-02 18:36:56 +01:00
Add stylelint for sideci
This commit is contained in:
parent
4a6c88b123
commit
1975f32261
@ -8,3 +8,12 @@ linter:
|
|||||||
config: '.eslintrc.js'
|
config: '.eslintrc.js'
|
||||||
ext: '.js,.vue'
|
ext: '.js,.vue'
|
||||||
ignore-path: .eslintignore
|
ignore-path: .eslintignore
|
||||||
|
|
||||||
|
stylelint:
|
||||||
|
npm_install: true
|
||||||
|
options:
|
||||||
|
config: .stylelintrc.json
|
||||||
|
ignore-path: .stylelintignore
|
||||||
|
syntax: scss
|
||||||
|
ignore-disables: true
|
||||||
|
glob: '**/*.vue'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user