web: turn off no-unknown-tag-name for now

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-09-14 21:33:28 +02:00
parent 84c08dca41
commit ab28370f20
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,10 @@
"plugins": [
{
"name": "ts-lit-plugin",
"strict": true
"strict": true,
"rules": {
"no-unknown-tag-name": "off"
}
}
]
}