Merge pull request #7972 from Snuffleupagus/eslint_no-unused-vars

Enable the `no-unused-vars` ESLint rule
This commit is contained in:
Tim van der Meij 2017-02-01 23:50:23 +01:00 committed by GitHub
commit 6f0cf8c4cb
23 changed files with 37 additions and 85 deletions

View file

@ -685,3 +685,5 @@ var Driver = (function DriverClosure() {
return Driver;
})();
exports.Driver = Driver;