Skip to content

Commit

Permalink
chore: disable eslint rule @angular-eslint/no-host-metadata-property
Browse files Browse the repository at this point in the history
* this rule will be deprecated in Angular 18 and switched off by default after that.
  • Loading branch information
SGrueber authored and shauke committed Dec 20, 2024
1 parent 9acf72c commit 5399a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"style": "camelCase"
}
],
// ToDo: no-host-metadata-property rule will be deprecated in Angular 18 and switching off the rule will be the default behavior and can be removed.
"@angular-eslint/no-host-metadata-property": "off",
"@angular-eslint/pipe-prefix": [
"error",
{
Expand Down

0 comments on commit 5399a28

Please sign in to comment.