aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.cjs
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-10 10:27:35 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-10 10:27:35 -0400
commit5a0046146fb2a697aead63d2af492db9f0ef9113 (patch)
tree981bf0808e465d5d692482d18437c80715ae3563 /.eslintrc.cjs
parentf1973996dc5f1790df3f72af75732a0d250a14e2 (diff)
downloadtanzanite-5a0046146fb2a697aead63d2af492db9f0ef9113.tar.gz
tanzanite-5a0046146fb2a697aead63d2af492db9f0ef9113.tar.bz2
tanzanite-5a0046146fb2a697aead63d2af492db9f0ef9113.zip
update discord js and discord-akairo
fix breaking changes add unverified bot emoji to user command
Diffstat (limited to '.eslintrc.cjs')
-rw-r--r--.eslintrc.cjs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index e2d7435..f62abfd 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -177,6 +177,7 @@ module.exports = {
{ paths: [{ name: 'console', importNames: ['assert'], message: 'Import from the `assert` module instead.' }] }
],
'no-restricted-globals': ['error', ...globals.map((v) => ({ name: v, message: "Don't use DOM globals." }))],
- '@typescript-eslint/no-namespace': 'off'
+ '@typescript-eslint/no-namespace': 'off',
+ 'no-debugger': 'warn'
}
};