diff options
| -rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 70b2861f..afc6a3ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -50,7 +50,7 @@ module.exports = defineConfig({ allowBoolean: true, }, ], - '@typescript-eslint/unbound-method': 'warn', + '@typescript-eslint/unbound-method': 'off', }, overrides: [ { |
