ember-rfc176-data
ember-rfc176-data copied to clipboard
Should recommend `import { inject as service } from '@ember/service'` instead of `{ inject }`
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.
@seanjohnson08 I agree, do you want to work on this?