Skip to content

Commit

Permalink
feat: remove @angular-eslint/no-host-metadata-property rule
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Dec 4, 2024
1 parent 9a8f9c8 commit c3e4a2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/rules/angular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ export default {
'Page'
]
}
],
'@angular-eslint/no-host-metadata-property': [
'error',
{
allowStatic: true
}
]
}
};

0 comments on commit c3e4a2c

Please sign in to comment.