diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-09-07 21:33:37 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-09-07 21:33:37 -0400 |
commit | ed98ff7e2679f362f2657e77a6cf8dd3ce9b3d43 (patch) | |
tree | 75a6ba3cf992c1d563ddb8042d4cd9b4278207b8 /.eslintrc.cjs | |
parent | 15b6988ccffc0a21a570bee7fcb8aabe6ffe08c7 (diff) | |
download | tanzanite-ed98ff7e2679f362f2657e77a6cf8dd3ce9b3d43.tar.gz tanzanite-ed98ff7e2679f362f2657e77a6cf8dd3ce9b3d43.tar.bz2 tanzanite-ed98ff7e2679f362f2657e77a6cf8dd3ce9b3d43.zip |
Diffstat (limited to '.eslintrc.cjs')
-rw-r--r-- | .eslintrc.cjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 550cb28..e7a6910 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -131,7 +131,7 @@ module.exports = { plugins: ['@typescript-eslint', 'deprecation'], rules: { 'no-return-await': 'off', - '@typescript-eslint/no-empty-interface': 'warn', + '@typescript-eslint/no-empty-interface': 'off', 'no-mixed-spaces-and-tabs': 'off', 'no-duplicate-imports': 'warn', 'no-empty-function': 'off', |