mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Update to eslint-2.0-beta.1 since eslint its getting better at indents (not yet ready to automatic fix)
This commit is contained in:
parent
42e9648da1
commit
25f81aa80f
5 changed files with 16 additions and 7 deletions
|
@ -52,6 +52,7 @@ gulp.task('eslint', function() {
|
|||
gulp.task('eslint-cli', function(done) {
|
||||
var cli = new EslintCLIEngine({
|
||||
cache: true
|
||||
, fix: false
|
||||
})
|
||||
|
||||
var report = cli.executeOnFiles([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue