mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Prevent LGTM from complaining about useless assignments (PR 12562 follow-up)
Given that we're using ESLint, which is fine with the code as-is, let's just silence the warnings; this is similar to PR 12562.
This commit is contained in:
parent
f07d50f8ee
commit
7e82c20301
1 changed files with 1 additions and 0 deletions
1
lgtm.yml
1
lgtm.yml
|
@ -1,3 +1,4 @@
|
|||
queries:
|
||||
# Already handled by the "no-unused-vars" ESLint rule.
|
||||
- exclude: js/unused-local-variable
|
||||
- exclude: js/useless-assignment-to-local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue