ember-rfc176-data icon indicating copy to clipboard operation
ember-rfc176-data copied to clipboard

Should recommend `import { inject as service } from '@ember/service'` instead of `{ inject }`

Open seanjohnson08 opened this issue 7 years ago • 1 comments

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 avatar May 23 '18 16:05 seanjohnson08

@seanjohnson08 I agree, do you want to work on this?

Turbo87 avatar Nov 28 '18 09:11 Turbo87