1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 17:18:07 +02:00
pdf.js/lgtm.yml
Jonas Jenwald 7e82c20301 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.
2021-05-11 11:36:36 +02:00

4 lines
148 B
YAML

queries:
# Already handled by the "no-unused-vars" ESLint rule.
- exclude: js/unused-local-variable
- exclude: js/useless-assignment-to-local