1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-13 17:26:26 +01:00
Whalebird-desktop-client-ma.../sideci.yml
2020-03-15 18:43:13 +09:00

18 lines
320 B
YAML

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