mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
Merge pull request #406 from the-programmers-hangout/build-fix-failing-ci
build: temp fix for failing lint on ci
This commit is contained in:
+1
-2
@@ -159,8 +159,7 @@ module.exports = {
|
|||||||
"no-console": "off",
|
"no-console": "off",
|
||||||
"no-constant-condition": "error",
|
"no-constant-condition": "error",
|
||||||
"no-debugger": "error",
|
"no-debugger": "error",
|
||||||
"no-duplicate-case": "error",
|
"no-duplicate-imports": "warn",
|
||||||
"no-duplicate-imports": "error",
|
|
||||||
"no-empty": "error",
|
"no-empty": "error",
|
||||||
"no-eval": "error",
|
"no-eval": "error",
|
||||||
"no-extra-bind": "error",
|
"no-extra-bind": "error",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ const Discord = require("discord.js")
|
|||||||
const fs = require("fs")
|
const fs = require("fs")
|
||||||
const { Readable } = require("stream")
|
const { Readable } = require("stream")
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
function execute() {
|
function execute() {
|
||||||
const client = new Discord.Client()
|
const client = new Discord.Client()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user