mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 09:20:52 +01:00
Fix lint (#2460)
This assertion is unnecessary since the receiver accepts the original type of the expression @typescript-eslint/no-unnecessary-type-assertion
This commit is contained in:
parent
9895a9a6e0
commit
b851237940
@ -316,7 +316,7 @@ export function setupInstantLoading(
|
|||||||
|
|
||||||
/* Complete immediately */
|
/* Complete immediately */
|
||||||
} else {
|
} else {
|
||||||
script.textContent = el.textContent!
|
script.textContent = el.textContent
|
||||||
replaceElement(el, script)
|
replaceElement(el, script)
|
||||||
return EMPTY
|
return EMPTY
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user