Skip to content

Commit

Permalink
Prevent LGTM from complaining about useless assignments (PR 12562 fol…
Browse files Browse the repository at this point in the history
…low-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.
  • Loading branch information
Snuffleupagus committed May 11, 2021
1 parent f07d50f commit 7e82c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e82c20

Please sign in to comment.