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 }