mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-12 00:45:19 +01:00
20 lines
358 B
YAML
20 lines
358 B
YAML
linter:
|
|
eslint:
|
|
npm_install: true
|
|
dir:
|
|
- src
|
|
- test
|
|
options:
|
|
config: '.eslintrc.js'
|
|
ext: '.js,.vue'
|
|
ignore-path: .eslintignore
|
|
|
|
stylelint:
|
|
npm_install: true
|
|
options:
|
|
config: .stylelintrc.json
|
|
ignore-path: .stylelintignore
|
|
syntax: scss
|
|
ignore-disables: true
|
|
glob: '**/*.vue'
|