1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 17:15:16 +01:00
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'