Skip to content

Commit

Permalink
Silence linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
xsduan committed Feb 11, 2018
1 parent e56b237 commit a582a16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion help/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ exports.help = function (channel, user) {
return embed.send(channel, createEmbed(user))
}

/* eslint-disable no-tabs */
/*
Here is the paste if the site ever shuts down or otherwise deletes the pastebin:
(These conversions are done in the listed order)
Expand Down Expand Up @@ -472,5 +473,6 @@ x3 h₃
x4 h₄
x5 h₅
x@ hₐ
xx hₓ
xx hₓ
*/
/* eslint-enable no-tabs */

0 comments on commit a582a16

Please sign in to comment.