DEV: prettier 1.14.0

This commit is contained in:
Joffrey JAFFEUX
2018-07-30 11:09:08 -04:00
committed by GitHub
parent 17b851cf08
commit 1f899bec21
19 changed files with 60 additions and 32 deletions
@@ -3,5 +3,6 @@ import computed from "ember-addons/ember-computed-decorators";
export default Ember.Component.extend({
classNameBindings: [":wizard-step-form", "customStepClass"],
@computed("step.id") customStepClass: stepId => `wizard-step-${stepId}`
@computed("step.id")
customStepClass: stepId => `wizard-step-${stepId}`
});