From c62aef22785dd7601e1f9a829237b8f4f742373e Mon Sep 17 00:00:00 2001 From: AndyKIron Date: Wed, 29 Nov 2023 17:37:20 +0200 Subject: [PATCH] chore(isct-120): disable no-host-metadata-property lint rule for now Will check it more --- projects/fusion-ui/.eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/fusion-ui/.eslintrc.json b/projects/fusion-ui/.eslintrc.json index 5f784741e..0b01ee581 100644 --- a/projects/fusion-ui/.eslintrc.json +++ b/projects/fusion-ui/.eslintrc.json @@ -24,7 +24,8 @@ "prefix": "fusion", "style": "kebab-case" } - ] + ], + "@angular-eslint/no-host-metadata-property": "off" } }, {