Remove unused eslint-disable
s
This commit is contained in:
parent
63189f3f91
commit
f50a6abe36
41 changed files with 68 additions and 142 deletions
|
@ -271,7 +271,6 @@ export async function startApp(): Promise<void> {
|
|||
serverTrustRoot: window.getServerTrustRoot(),
|
||||
});
|
||||
|
||||
// eslint-disable-next-line no-inner-declarations
|
||||
function queuedEventListener<Args extends Array<unknown>>(
|
||||
handler: (...args: Args) => Promise<void> | void,
|
||||
track = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue