Tell eslint to ignore a line

This commit is contained in:
Maddison Hellstrom 2018-02-12 19:47:09 -08:00
parent a23ca02411
commit 3406927c33
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ completions.hn.callback = (response) => {
}
switch (s._tags[0]) { // eslint-disable-line no-underscore-dangle
case "story":
title = s.title
title = s.title // eslint-disable-line prefer-destructuring
break
case "comment":
title = s.comment_text