linting: ignoring no-explicit-any

This commit is contained in:
Mose Müller 2023-08-07 16:14:49 +02:00
parent 0bb7f9877c
commit a447dc2820

View File

@ -1,4 +1,5 @@
type Data = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: any;
};