From 048f99752550c6e03d1990a03cad78f3ac7d73aa Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 5 Sep 2022 17:36:42 -0400 Subject: revamp command permissions, fix permission exploit for some command when used in forum channels, use enums more --- .eslintrc.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.cjs') diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 3666e7a..550cb28 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -175,6 +175,7 @@ module.exports = { '@typescript-eslint/no-namespace': 'off', 'no-debugger': 'warn', '@typescript-eslint/prefer-as-const': 'warn', - '@typescript-eslint/ban-types': 'off' + '@typescript-eslint/ban-types': 'off', + '@typescript-eslint/no-inferrable-types': 'off' } }; -- cgit