We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ed819 commit bbe7dd5Copy full SHA for bbe7dd5
src/lib/components/filters/content.svelte
@@ -24,7 +24,8 @@
24
operatorKey = $bindable(null),
25
singleCondition = false
26
}: {
27
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ // We cast to any to not cause type errors in the input components
28
+ /* eslint @typescript-eslint/no-explicit-any: 'off' */
29
value?: any;
30
columns: Writable<Column[]>;
31
columnId?: string | null;
0 commit comments