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

18 lines
323 B
YAML
Raw Normal View History

2018-04-12 16:54:09 +02:00
linter:
eslint:
npm_install: true
2020-03-15 10:43:13 +01:00
config: '.eslintrc.js'
ext: '.js,.vue,.ts'
ignore-path: .eslintignore
target:
2018-04-12 16:54:09 +02:00
- src
2018-12-28 16:04:17 +01:00
- spec
2018-07-05 15:35:29 +02:00
stylelint:
npm_install: true
2020-03-15 10:43:13 +01:00
config: .stylelintrc.json
ignore-path: .stylelintignore
syntax: scss
ignore-disables: true
glob: '**/*.vue'