Skip to content

Commit

Permalink
feat(eslint-plugin-experience): add hostDirectives in order list
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 20, 2024
1 parent ff1da46 commit 671f7d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ module.exports = {
'entryComponents',
'preserveWhitespaces',
'interpolation',
'hostDirectives',
'host',
],
Directive: [
'standalone',
Expand All @@ -139,6 +141,7 @@ module.exports = {
'providers',
'exportAs',
'queries',
'hostDirectives',
'host',
'jit',
],
Expand Down

0 comments on commit 671f7d8

Please sign in to comment.