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

5 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