Skip to content

Commit

Permalink
feat: injectContext
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 29, 2024
1 parent 63e0516 commit 516f420
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,12 @@ module.exports = {
{
group: ['@angular/**'],
importNames: ['Inject'],
message: 'Please use `inject(Type)` function instead.',
message: 'Please use `inject(Type)` function instead',
},
{
group: ['@taiga-ui/polymorpheus'],
importNames: ['POLYMORPHEUS_CONTEXT'],
message: 'Please use `injectContext()` function instead',
},
],
},
Expand Down

0 comments on commit 516f420

Please sign in to comment.