Merge pull request #13363 from Snuffleupagus/lgtm-exclude-useless-assignment-to-local

Prevent LGTM from complaining about useless assignments (PR 12562 follow-up)
This commit is contained in:
Tim van der Meij 2021-05-12 20:10:04 +02:00 committed by GitHub
commit 4ea7d57bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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