mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-19 16:10:01 +02:00
linting: ignoring no-explicit-any
This commit is contained in:
parent
0bb7f9877c
commit
a447dc2820
@ -1,4 +1,5 @@
|
||||
type Data = {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user