1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 17:15:16 +01:00

18 lines
323 B
YAML
Raw Normal View History

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