Allow HTML comments, remove obsolete comment

This commit is contained in:
2020-10-31 12:49:29 +01:00
parent be16a57043
commit 2045b94951
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ module.exports = {
rules: { rules: {
'simple-unless': false, 'simple-unless': false,
'no-nested-interactive': false 'no-nested-interactive': false,
'no-html-comments': false
}, },
ignore: [ ignore: [
@@ -8,7 +8,6 @@
</p> </p>
<p class="token-amount"> <p class="token-amount">
<span class="amount"> <span class="amount">
<!-- <img src="/img/bitcoin.svg" class="currency&#45;logo"> -->
{{sats-to-btc reimbursement.amount}}</span>&#8239;<span class="symbol">WBTC</span> {{sats-to-btc reimbursement.amount}}</span>&#8239;<span class="symbol">WBTC</span>
</p> </p>
<ul class="expense-list"> <ul class="expense-list">