Merge pull request #1622 from h3poteto/sider
Use target instead of linter.eslint.dir in sideci.yml
This commit is contained in:
commit
772981258f
|
@ -4,7 +4,7 @@ linter:
|
||||||
config: '.eslintrc.js'
|
config: '.eslintrc.js'
|
||||||
ext: '.js,.vue,.ts'
|
ext: '.js,.vue,.ts'
|
||||||
ignore-path: .eslintignore
|
ignore-path: .eslintignore
|
||||||
dir:
|
target:
|
||||||
- src
|
- src
|
||||||
- spec
|
- spec
|
||||||
|
|
Loading…
Reference in New Issue