From e35b9b580d4006d45dbb12cdb47b076c1f6ef37e Mon Sep 17 00:00:00 2001 From: Junior Lopes Date: Thu, 5 Dec 2024 08:21:54 +0100 Subject: [PATCH] definierat lint regler --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 1e4624e6..759adb64 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,8 @@ "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { + "@angular-eslint/prefer-standalone": 0, + "@angular-eslint/no-output-native": 0, "@angular-eslint/component-selector": [ "error", {