From b01c9c234dc161ac62f787d61ecff25106ad3eda Mon Sep 17 00:00:00 2001 From: Paul Love Date: Mon, 20 Jan 2025 12:14:16 +0000 Subject: [PATCH] style: fix formatting New prettier rule. --- .../freelancing-and-contracting-in-the-uk/index.mdx | 2 ++ src/content/notes/as-above-so-below-the-fold/index.mdx | 4 ++-- .../brixton-cops-ban-bashment-funky-house/index.mdx | 4 ++-- src/content/notes/wedding-guest-lies/index.mdx | 10 +++++----- tsconfig.json | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/content/articles/freelancing-and-contracting-in-the-uk/index.mdx b/src/content/articles/freelancing-and-contracting-in-the-uk/index.mdx index b3ea5c620..6996b752e 100644 --- a/src/content/articles/freelancing-and-contracting-in-the-uk/index.mdx +++ b/src/content/articles/freelancing-and-contracting-in-the-uk/index.mdx @@ -165,5 +165,7 @@ I'm hoping to add a few more notes to this: - Where to get support [^1]: As far as I'm aware, there is nothing that says you can't _legally_ work on a public holiday (see [Holiday Entitlement Rights](https://www.gov.uk/holiday-entitlement-rights)) but in my experience most clients really don't want freelancers or contractors working when hardly anyone else is. + [^2]: Some larger businesses will mandate forced time off (a furlough) for contractors over major holiday periods. This can be annoying if you're not expecting it. It can be worth asking about before taking a gig. + [^3]: If you plan to work for smaller clients or on smaller jobs, you'll probably have more unplanned (and unpaid) gaps between contracts. diff --git a/src/content/notes/as-above-so-below-the-fold/index.mdx b/src/content/notes/as-above-so-below-the-fold/index.mdx index e3d7d79c1..e91c9aecf 100644 --- a/src/content/notes/as-above-so-below-the-fold/index.mdx +++ b/src/content/notes/as-above-so-below-the-fold/index.mdx @@ -10,8 +10,8 @@ tags: - "linklog" --- -Paul: can you get them to drop the whole tabbed thing? it’s remarkably -dumb +Paul: can you get them to drop the whole tabbed thing? it’s +remarkably dumb
Helen: i know..
diff --git a/src/content/notes/brixton-cops-ban-bashment-funky-house/index.mdx b/src/content/notes/brixton-cops-ban-bashment-funky-house/index.mdx index c212a94cb..1f8932f0d 100644 --- a/src/content/notes/brixton-cops-ban-bashment-funky-house/index.mdx +++ b/src/content/notes/brixton-cops-ban-bashment-funky-house/index.mdx @@ -10,8 +10,8 @@ tags: - "linklog" --- -Patrolman 1: “Right, so if it goes ‘fump fump fump,’ we go in and bust some -heads, yeah? +Patrolman 1: “Right, so if it goes ‘fump fump fump,’ we go in and bust +some heads, yeah?
Commander: “No, no, no! Remember, decent people listen to house too, so you’ve got to listen for those snares..” ♫ ba-dat-daa… ba-dat-daa… ba-dat-daa… ♫ diff --git a/src/content/notes/wedding-guest-lies/index.mdx b/src/content/notes/wedding-guest-lies/index.mdx index 0da4d7e80..ee7b381fd 100644 --- a/src/content/notes/wedding-guest-lies/index.mdx +++ b/src/content/notes/wedding-guest-lies/index.mdx @@ -10,8 +10,8 @@ tags: - "linklog" --- -LJ: “I used to play in the school jazz band, don’t you know? Third -trumpet, I was. Third trumpet. Never played a solo in me life. We were awfully good, -though. Watermelon Man, In The Mood, Basin Street Blues, all the classics. Once played -at a soiree in Longleat House, don’t you know? Mostly school fetes, though. -Yes, yes, school fetes, school fetes…” +LJ: “I used to play in the school jazz band, don’t you know? +Third trumpet, I was. Third trumpet. Never played a solo in me life. We were +awfully good, though. Watermelon Man, In The Mood, Basin Street Blues, all the +classics. Once played at a soiree in Longleat House, don’t you know? +Mostly school fetes, though. Yes, yes, school fetes, school fetes…” diff --git a/tsconfig.json b/tsconfig.json index 3cbb462a8..bcbf8b509 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "astro/tsconfigs/strict", + "extends": "astro/tsconfigs/strict" }