1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-11 16:37:27 +01:00
Whalebird-desktop-client-ma.../sider.yml
2020-07-17 00:02:22 +09:00

18 lines
323 B
YAML

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