From 70514962b1dbe9e98c84fa566077835acbcceb1a Mon Sep 17 00:00:00 2001 From: victor nwaiwu Date: Sun, 8 Jan 2017 14:42:12 +0100 Subject: [PATCH] style: fix issues with hound CI --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index bd45b16..8f5efcb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,4 @@ +/* eslint amd:true */ require('dotenv').config(); const gulp = require('gulp'); @@ -24,4 +25,4 @@ gulp.task('watch', () => { gulp.task('build', ['source']); -gulp.task('default', ['serve']); \ No newline at end of file +gulp.task('default', ['serve']);