mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-13 01:07:37 +01:00
11 lines
171 B
YAML
11 lines
171 B
YAML
linter:
|
|
eslint:
|
|
npm_install: true
|
|
dir:
|
|
- src
|
|
- test
|
|
options:
|
|
config: '.eslintrc.js'
|
|
ext: '.js,.vue'
|
|
ignore-path: .eslintignore
|