From 8995cf841e7a43330fb4a506dcec21f22c3a0eeb Mon Sep 17 00:00:00 2001 From: thomas laforge Date: Sat, 5 Nov 2022 21:41:06 +0100 Subject: [PATCH] change config --- .eslintrc.json | 3 ++- .prettierrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 7c52faa..aaddd5e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,7 +18,8 @@ } ] } - ] + ], + "@angular-eslint/no-host-metadata-property": ["error", { "allowStatic": true }] } }, { diff --git a/.prettierrc b/.prettierrc index 544138b..dea17d4 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,3 +1,4 @@ { - "singleQuote": true + "singleQuote": true, + "bracketSameLine": true }