Should recommend import { inject as service } from '@ember/service'
instead of { inject }
#57
Labels
import { inject as service } from '@ember/service'
instead of { inject }
#57
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.The text was updated successfully, but these errors were encountered: