EmmanuelDemey / EmmanuelDemey/eslint-plugin-angular
allow no-services to disallow particular service in other particular service
Open
Improvement
Rule
- Dominant language
- JavaScript
- Stars
- 620
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
Use cases:
- I don't want service named `foo` to ever be injected in service named/factory/provider/directive/filter/whatever named `bar`
- I don't want services suffixed with `*Foo` (in general: identified with a regular expression, see Gillespie59/eslint-plugin-angular#373) to be injected in services suffixed with `*Bar`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.