web: turn off no-unknown-tag-name for now
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
84c08dca41
commit
ab28370f20
|
@ -30,7 +30,10 @@
|
|||
"plugins": [
|
||||
{
|
||||
"name": "ts-lit-plugin",
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"rules": {
|
||||
"no-unknown-tag-name": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in New Issue