From 2b7e72c456144c5a8291f545801bc2cd65fe3e8e Mon Sep 17 00:00:00 2001 From: Diego Manilla Date: Fri, 24 May 2024 15:01:11 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20remove=20parameter-prope?= =?UTF-8?q?rties=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index f6cf86a..b9ba30d 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,6 @@ const rules = { } ], '@typescript-eslint/no-unused-vars': 'off', - '@typescript-eslint/parameter-properties': 'error', '@typescript-eslint/prefer-for-of': 'error', '@typescript-eslint/promise-function-async': 'error', '@typescript-eslint/restrict-plus-operands': 'error',