diff --git a/tasks/gulp-eslint.js b/tasks/gulp-eslint.js index 83930556c7..b107a1d515 100644 --- a/tasks/gulp-eslint.js +++ b/tasks/gulp-eslint.js @@ -51,6 +51,7 @@ gulp.task('lint:common', () => { gulp.task('lint:tests', () => { let options = { rules: { + 'one-var': 0, 'max-nested-callbacks': 0, 'no-unused-expressions': 0, 'mocha/no-exclusive-tests': 2,