From a552128a362b29bca812435ebf321129b0996ec8 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Wed, 16 Oct 2024 22:54:30 +0100 Subject: [PATCH] fix: Disable `putout/remove-useless-constructor` --- base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/base.js b/base.js index e792f70..dd89ddb 100644 --- a/base.js +++ b/base.js @@ -368,6 +368,7 @@ export default [ 'conditions/apply-consistent-blocks': 'off', 'new/remove-useless': 'off', 'nodejs/declare': 'off', + 'remove-useless-constructor': 'off', }, }, ],