Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 25, 2023
1 parent 6962964 commit b3227dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/image.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
// TODO: Refactor to use Typescript
// TODO: Refactor to use Typescript
/**
* @typedef {Object} Picture
* @property {Object} sources - The object containing different sources of image data.
Expand Down
2 changes: 1 addition & 1 deletion src/components/inline-image.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
// TODO: Refactor to use image.svelte component for image processing
// TODO: Refactor to use image.svelte component for image processing
import type { CustomBlockComponentProps } from '@portabletext/svelte';
import { urlFor } from '../data/sanity-client-browser';
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(default)/about/employee.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};
export let socialMedia: socialMedia[] = [];
// TODO: Use Picture type from components/image.svelte
// TODO: Use Picture type from components/image.svelte
export let image: any;

Check warning on line 21 in src/routes/(default)/about/employee.svelte

View workflow job for this annotation

GitHub Actions / Lint, format, test and build

Unexpected any. Specify a different type
const name = `${givenName} ${familyName}`;
Expand Down

0 comments on commit b3227dc

Please sign in to comment.