ember-cli / ember-cli/ember-rfc176-data
Should recommend `import { inject as service } from '@ember/service'` instead of `{ inject }`
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 84
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
The linter suggests using `{ inject }`, but so many other places (including the code mod) switch it to `{ inject as service }`. It should be consistent throughout.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.