Merge branch 'develop' into api-v3

This commit is contained in:
Blade Barringer
2015-11-13 07:38:24 -06:00
326 changed files with 11948 additions and 4147 deletions

View File

@@ -7,7 +7,6 @@ import eslint from 'gulp-eslint';
// TODO what about prefer-const rule?
// TODO remove estraverse dependency once https://github.com/adametry/gulp-eslint/issues/117 sorted out
gulp.task('lint:server', () => {
// Ignore .coffee files
return gulp
.src([
'./website/src/**/api-v3/**/*.js',
@@ -19,4 +18,4 @@ gulp.task('lint:server', () => {
.pipe(eslint.failAfterError());
});
gulp.task('lint', ['lint:server']);
gulp.task('lint', ['lint:server']);