refactor: es6 building and linting

This commit is contained in:
harttle
2018-08-16 23:14:12 +08:00
parent 5f634b0b5e
commit 19891b2df0
68 changed files with 1636 additions and 1575 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ describe('util/url', function () {
return
}
const JSDOM = require('jsdom').JSDOM
var dom
let dom
beforeEach(function () {
dom = new JSDOM(``, {
url: 'https://example.com/foo/bar/',