Skip to content

Commit

Permalink
ci(addon/components/paper-input): disable lints on `no-down-event-bin…
Browse files Browse the repository at this point in the history
…ding` and `no-positive-tabindex` due to being user passthroughs.
  • Loading branch information
matthewhartstonge committed Nov 26, 2024
1 parent 2e3ca1f commit 3826ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/components/paper-input.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{! template-lint-disable no-down-event-binding no-positive-tabindex }}
<md-input-container
class='md-default-theme
{{~if this.hasValue " md-input-has-value"}}
Expand Down

0 comments on commit 3826ad3

Please sign in to comment.