Whalebird-desktop-client-ma.../sideci.yml

20 lines
358 B
YAML
Raw Normal View History

2018-04-12 16:54:09 +02:00
linter:
eslint:
npm_install: true
dir:
- src
- test
options:
config: '.eslintrc.js'
ext: '.js,.vue'
ignore-path: .eslintignore
2018-07-05 15:35:29 +02:00
stylelint:
npm_install: true
options:
config: .stylelintrc.json
ignore-path: .stylelintignore
syntax: scss
ignore-disables: true
glob: '**/*.vue'