mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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…
x
Reference in New Issue
Block a user