From 0217dae6d614c026aba2651b6f6ec87df8bfcb00 Mon Sep 17 00:00:00 2001 From: NetanelBasal Date: Sat, 17 Feb 2024 21:13:40 +0200 Subject: [PATCH] =?UTF-8?q?chore(query):=20=F0=9F=A4=96=20fix=20lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 1 + query/.eslintrc.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index c2eaea0..78f0a0f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,6 +8,7 @@ "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { + "@typescript-eslint/no-inferrable-types": "off", "@angular-eslint/directive-selector": [ "error", { diff --git a/query/.eslintrc.json b/query/.eslintrc.json index 9d60a3a..c4f201c 100644 --- a/query/.eslintrc.json +++ b/query/.eslintrc.json @@ -9,6 +9,7 @@ "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { + "@typescript-eslint/no-empty-function": "off", "@angular-eslint/directive-selector": [ "error", {