Skip to content

Commit

Permalink
Disable 'ember/no-component-lifecycle-hooks' eslint rule for app/comp…
Browse files Browse the repository at this point in the history
…onents/admin-addon-review-form.js
  • Loading branch information
pgengler committed Mar 24, 2021
1 parent fed6eb0 commit 54376cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/admin-addon-review-form.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable ember/no-component-lifecycle-hooks */
import classic from 'ember-classic-decorator';
import { inject } from '@ember/service';
import Component from '@ember/component';
Expand Down

0 comments on commit 54376cc

Please sign in to comment.