From 051c7bf3ba693481e6f66905f31d9da668fcdc37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 27 Jun 2023 11:37:33 +0200 Subject: [PATCH] fix: allow empty functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- parts/typescript.js | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/typescript.js b/parts/typescript.js index 5a6f310..1f5b2fe 100644 --- a/parts/typescript.js +++ b/parts/typescript.js @@ -21,6 +21,7 @@ module.exports = { ], // Does not make sense with TypeScript 'jsdoc/require-param-type': 'off', + '@typescript-eslint/no-empty-function': 'off', }, settings: { 'import/resolver': {