refactor: 🚨 ignore empty Qt interface

This commit is contained in:
Mikhail Zolotukhin 2021-09-16 20:33:04 +03:00
parent e62b83dadf
commit 6e2e54c12a

1
src/extern/qt.d.ts vendored
View File

@ -3,6 +3,7 @@
//
// SPDX-License-Identifier: MIT
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface QByteArray {
/* keep it empty for now */
}