1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-12 00:45:19 +01:00
Whalebird-desktop-client-ma.../sideci.yml
2018-12-29 00:04:17 +09:00

21 lines
371 B
YAML

linter:
eslint:
npm_install: true
dir:
- src
- test
- spec
options:
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'