Fix some linter issues, update ESLint (#2318)

* Fix linter issues, run `npm audit fix`

* Update ESLint to not be so ancient.
This commit is contained in:
Isiah Meadows 2018-11-30 03:11:07 -05:00 committed by GitHub
parent 021ef90455
commit 7c5024f921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 554 additions and 608 deletions

View file

@ -1,7 +1,6 @@
"use strict"
var fs = require("fs")
var path = require("path")
var zlib = require("zlib")
var chokidar = require("chokidar")
var Terser = require("terser")