build: temp fix for failing lint on ci

This commit is contained in:
Jean-Philippe Sirois
2021-05-27 03:41:56 -04:00
parent 517611ef01
commit 584d85484a
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -159,8 +159,7 @@ module.exports = {
"no-console": "off",
"no-constant-condition": "error",
"no-debugger": "error",
"no-duplicate-case": "error",
"no-duplicate-imports": "error",
"no-duplicate-imports": "warn",
"no-empty": "error",
"no-eval": "error",
"no-extra-bind": "error",
+1
View File
@@ -6,6 +6,7 @@ const Discord = require("discord.js")
const fs = require("fs")
const { Readable } = require("stream")
// eslint-disable-next-line @typescript-eslint/no-unused-vars
function execute() {
const client = new Discord.Client()