Skip to content

Commit 2da30c3

Browse files
committed
Fix linter error
1 parent 41fa90b commit 2da30c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit/property-effects-elements.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@
6969
</div>
7070
<span id="boundWithDash">{{objectWithDash.binding-with-dash}}</span>
7171
<script id="scriptWithBinding">
72+
/* eslint-disable no-unused-vars */
7273
function foo() {
7374
return "We have a {{binding}} here";
7475
}
76+
/* eslint-enable no-unused-vars */
7577
</script>
7678
<style id="styleWithBinding">
7779
:host {

0 commit comments

Comments
 (0)