Update eslint dependencies and fix eslint errors
This commit is contained in:
@@ -16,8 +16,6 @@ interface Link {
|
||||
icon?: string;
|
||||
}
|
||||
|
||||
interface ActionLink extends CallToAction {}
|
||||
|
||||
interface MenuLink extends Link {
|
||||
links?: Array<MenuLink>;
|
||||
}
|
||||
@@ -25,7 +23,7 @@ interface MenuLink extends Link {
|
||||
export interface Props {
|
||||
id?: string;
|
||||
links?: Array<MenuLink>;
|
||||
actions?: Array<ActionLink>;
|
||||
actions?: Array<CallToAction>;
|
||||
isSticky?: boolean;
|
||||
isDark?: boolean;
|
||||
isFullWidth?: boolean;
|
||||
|
@@ -1,7 +1,6 @@
|
||||
---
|
||||
import Image from '~/components/common/Image.astro';
|
||||
import Button from '~/components/ui/Button.astro';
|
||||
import Background from '~/components/ui/Background.astro';
|
||||
|
||||
import type { Hero as Props } from '~/types';
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
---
|
||||
import Image from '~/components/common/Image.astro';
|
||||
import Button from '~/components/ui/Button.astro';
|
||||
import Background from '~/components/ui/Background.astro';
|
||||
|
||||
import type { Hero as Props } from '~/types';
|
||||
|
||||
|
Reference in New Issue
Block a user