From ea91fe65ce2ad923c73edfbf35ced82643aeb924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leyla=20J=C3=A4hnig?= Date: Tue, 19 Jul 2022 09:55:24 +0200 Subject: chore(linting): disable `unbound-method` warnings (#1128) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [ { -- cgit v1.2.3