feat: Add sideci.yml

This commit is contained in:
AkiraFukushima 2018-04-12 23:54:09 +09:00
parent 56daa0dd5c
commit db9f67558b
1 changed files with 10 additions and 0 deletions

10
sideci.yml Normal file
View File

@ -0,0 +1,10 @@
linter:
eslint:
npm_install: true
dir:
- src
- test
options:
config: '.eslintrc.js'
ext: '.js,.vue'
ignore-path: .eslintignore