From ed2c00fbb6578182051595b660e1e992130e040f Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Thu, 27 Feb 2025 12:19:27 +0100 Subject: [PATCH] Need prefix --- projenrc/eslint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projenrc/eslint.ts b/projenrc/eslint.ts index cfaa0623..a4df9d08 100644 --- a/projenrc/eslint.ts +++ b/projenrc/eslint.ts @@ -166,7 +166,7 @@ export const ESLINT_RULES = { }], // Unbound methods are a JavaScript footgun - 'unbound-method': 'error', + '@typescript-eslint/unbound-method': 'error', // Overrides for plugin:jest/recommended 'jest/expect-expect': 'off',