From a582a167e69029fe1688455e2d9a4086cdee7922 Mon Sep 17 00:00:00 2001 From: Shane Duan Date: Sat, 10 Feb 2018 18:15:41 -0800 Subject: [PATCH] Silence linter warnings --- help/help.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/help/help.js b/help/help.js index e8eb0c7..1257a44 100644 --- a/help/help.js +++ b/help/help.js @@ -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) @@ -472,5 +473,6 @@ x3 h₃ x4 h₄ x5 h₅ x@ hₐ -xx hₓ +xx hₓ */ +/* eslint-enable no-tabs */