Skip to content

Commit

Permalink
chore(addon/components/paper-progress-linear): removes unused eslint-…
Browse files Browse the repository at this point in the history
…directive.
  • Loading branch information
matthewhartstonge committed Oct 30, 2024
1 parent 62c0c61 commit 30b9f5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion addon/components/paper-progress-linear.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<md-progress-linear md-mode={{this.mode}} md-buffer-value={{this.bufferValue}} class="md-default-theme {{if this.warn "md-warn"}} {{if this.accent "md-accent"}} {{if this.primary "md-primary"}}" ...attributes>
{{! template-lint-disable no-implicit-this }}
<div class="md-container {{this.queryModeClass}}">
<div class="md-dashed"></div>
<div class="md-bar md-bar1" style={{this.bar1Style}}></div>
Expand Down
2 changes: 1 addition & 1 deletion addon/components/paper-progress-linear.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable ember/no-classic-components, ember/no-get, ember/require-computed-property-dependencies, ember/require-tagless-components */
/* eslint-disable ember/no-classic-components, ember/no-get, ember/require-computed-property-dependencies */
/**
* @module ember-paper
*/
Expand Down

0 comments on commit 30b9f5d

Please sign in to comment.