Merge pull request #213 from h3poteto/sideci

Add sideci.yml
This commit is contained in:
AkiraFukushima 2018-04-12 23:59:02 +09:00 committed by GitHub
commit 00544d22b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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