remove eslint two disabled rules & fix (#2309)

This commit is contained in:
David Luzar 2020-10-28 20:53:27 +01:00 committed by GitHub
parent fc58e51ab3
commit 56215c6c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

1
src/global.d.ts vendored
View file

@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface Document {
fonts?: {
ready?: Promise<void>;