diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-27 22:01:17 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-27 22:01:17 -0400 |
commit | 7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09 (patch) | |
tree | 35bd9c8a686daafc7cbfef235afade0ef0c8a104 /.eslintrc.cjs | |
parent | b72d58843e853b0f260527a3689f76b13946bcb8 (diff) | |
download | tanzanite-7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09.tar.gz tanzanite-7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09.tar.bz2 tanzanite-7fd4bd40f49b07a584b2a2c5e071b6624d9dfe09.zip |
node-canvas -> @napi-rs/canvas
ts 4.7.4 -> 4.8.2
Diffstat (limited to '.eslintrc.cjs')
-rw-r--r-- | .eslintrc.cjs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.cjs b/.eslintrc.cjs index e65a7c8..b8ef98d 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -174,6 +174,7 @@ module.exports = { 'no-restricted-globals': ['error', ...globals.map((v) => ({ name: v, message: "Don't use DOM globals." }))], '@typescript-eslint/no-namespace': 'off', 'no-debugger': 'warn', - '@typescript-eslint/prefer-as-const': 'warn' + '@typescript-eslint/prefer-as-const': 'warn', + '@typescript-eslint/ban-types': 'off' } }; |