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
|
@ -39,7 +39,6 @@ var InvalidPDFException = sharedUtil.InvalidPDFException;
|
|||
var MessageHandler = sharedUtil.MessageHandler;
|
||||
var MissingPDFException = sharedUtil.MissingPDFException;
|
||||
var PageViewport = sharedUtil.PageViewport;
|
||||
var PasswordResponses = sharedUtil.PasswordResponses;
|
||||
var PasswordException = sharedUtil.PasswordException;
|
||||
var StatTimer = sharedUtil.StatTimer;
|
||||
var UnexpectedResponseException = sharedUtil.UnexpectedResponseException;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue