Added this._super(...arguments); to init() to follow best practices and to pass ESLint test.
This fails the ESLint test 9:3 - Call this._super(...arguments) in init hook (ember/require-super-in-init)
I'm adding a pull request in the ember-learn/super-rentals repo with the same change which will reference this one.
Added
this._super(...arguments);
toinit()
to follow best practices and to pass ESLint test. This fails the ESLint test9:3 - Call this._super(...arguments) in init hook (ember/require-super-in-init)
I'm adding a pull request in the ember-learn/super-rentals repo with the same change which will reference this one.