Fixed eslint errors

This commit is contained in:
Phil Hughes 2017-03-08 12:21:07 +00:00
parent 809bba7d02
commit a12b99a769
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* eslint-disable one-var, quote-props, comma-dangle, space-before-function-paren, no-new */
/* eslint-disable one-var, quote-props, comma-dangle, space-before-function-paren */
/* global Vue */
/* global BoardService */

View File

@ -102,7 +102,6 @@ class List {
}
this.createIssues(data.issues);
console.log(this.issues.length);
});
}