fix(components/tiles): no-explicit-any ignores
This commit is contained in:
parent
9a83871571
commit
c9ef692c9a
2 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ Metro-like tile. Must be in a group to display correctly.
|
|||
/**
|
||||
* Pages.
|
||||
*/
|
||||
children: () => any;
|
||||
children: () => any; // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||
} = $props();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue