Skip to content

Commit

Permalink
ci(addon/mixins/child-mixin): removes eslint-disable on prettier/pret…
Browse files Browse the repository at this point in the history
…tier.
  • Loading branch information
matthewhartstonge committed Nov 13, 2024
1 parent 0af12d1 commit ce53c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/mixins/child-mixin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable ember/no-mixins, ember/require-computed-property-dependencies, prettier/prettier */
/* eslint-disable ember/no-mixins, ember/require-computed-property-dependencies */
/**
* @module ember-paper
*/
Expand Down

0 comments on commit ce53c9b

Please sign in to comment.