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:
Jonas Jenwald 2021-05-11 11:36:36 +02:00
parent f07d50f8ee
commit 7e82c20301

View File

@ -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