Skip to content

Commit 30b9f5d

Browse files
chore(addon/components/paper-progress-linear): removes unused eslint-directive.
1 parent 62c0c61 commit 30b9f5d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

addon/components/paper-progress-linear.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<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>
2-
{{! template-lint-disable no-implicit-this }}
32
<div class="md-container {{this.queryModeClass}}">
43
<div class="md-dashed"></div>
54
<div class="md-bar md-bar1" style={{this.bar1Style}}></div>

addon/components/paper-progress-linear.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable ember/no-classic-components, ember/no-get, ember/require-computed-property-dependencies, ember/require-tagless-components */
1+
/* eslint-disable ember/no-classic-components, ember/no-get, ember/require-computed-property-dependencies */
22
/**
33
* @module ember-paper
44
*/

0 commit comments

Comments
 (0)