Add eslint and fix reported issues

This commit is contained in:
Juanjo Diaz
2018-05-24 00:25:44 +03:00
parent cfe1e44ed7
commit 8727f598c2
36 changed files with 134 additions and 108 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
var assert = chai.assert;
/* eslint-disable no-console */
var expect = chai.expect;
import * as Log from '../core/util/logging.js';
@@ -68,3 +68,4 @@ describe('Utils', function() {
// (we can't really test them against the browsers, except for Gecko
// via PhantomJS, the default test driver)
});
/* eslint-enable no-console */