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

20 lines
362 B
YAML
Raw Normal View History

2018-04-12 16:54:09 +02:00
linter:
eslint:
npm_install: true
dir:
- src
2018-12-28 16:04:17 +01:00
- spec
2018-04-12 16:54:09 +02:00
options:
config: '.eslintrc.js'
2019-04-02 16:49:55 +02:00
ext: '.js,.vue,.ts'
2018-04-12 16:54:09 +02:00
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'