1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-28 17:52:17 +01:00
Whalebird-desktop-client-ma.../sideci.yml
2019-07-08 22:32:48 +09:00

20 lines
362 B
YAML

linter:
eslint:
npm_install: true
dir:
- src
- spec
options:
config: '.eslintrc.js'
ext: '.js,.vue,.ts'
ignore-path: .eslintignore
stylelint:
npm_install: true
options:
config: .stylelintrc.json
ignore-path: .stylelintignore
syntax: scss
ignore-disables: true
glob: '**/*.vue'