Merge pull request #7972 from Snuffleupagus/eslint_no-unused-vars
Enable the `no-unused-vars` ESLint rule
This commit is contained in:
commit
6f0cf8c4cb
23 changed files with 37 additions and 85 deletions
|
@ -685,3 +685,5 @@ var Driver = (function DriverClosure() {
|
|||
|
||||
return Driver;
|
||||
})();
|
||||
|
||||
exports.Driver = Driver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue