From 4115843cc1d5873abd64f17d27e15cafd1f3d9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Wed, 25 Sep 2024 16:22:08 +0200 Subject: [PATCH] feat: add @typescript-eslint/unbound-method BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 3311e48..7b44757 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -252,6 +252,7 @@ } ], "@typescript-eslint/method-signature-style": "error", + "@typescript-eslint/unbound-method": "error", "@typescript-eslint/naming-convention": [ "error", {