Skip to content

Commit a5fcd86

Browse files
committed
Prettier fixes
1 parent 71f86dd commit a5fcd86

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1326
-1017
lines changed

.github/ISSUE_TEMPLATE/create_event.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Meetup - Create / Edit an Event
22
description: As an admin this is a useful intake for creating or editing an event.
3-
title: '[Event Update] '
4-
labels: ['non-code', 'event-submission']
3+
title: "[Event Update] "
4+
labels: ["non-code", "event-submission"]
55
assignees:
6-
- 'reggi'
6+
- "reggi"
77
body:
88
- type: input
99
id: date

.github/ISSUE_TEMPLATE/create_talk.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Meetup - Submit / Edit a Talk
22
description: As a first time speaker or a repeat speaker this is the form for you.
3-
title: '[Talk Submission] '
4-
labels: ['talk-submission', 'non-code']
3+
title: "[Talk Submission] "
4+
labels: ["talk-submission", "non-code"]
55
assignees:
6-
- 'reggi'
6+
- "reggi"
77
body:
88
- type: markdown
99
attributes:
@@ -70,7 +70,7 @@ body:
7070
id: presentationTitle
7171
attributes:
7272
label: presentationTitle
73-
description: 'The title of your presentation.'
73+
description: "The title of your presentation."
7474
placeholder:
7575
validations:
7676
required: false
@@ -79,25 +79,25 @@ body:
7979
id: date
8080
attributes:
8181
label: date
82-
description: 'The date of the presentation (YYYY-MM-DD).'
83-
placeholder: 'YYYY-MM-DD'
82+
description: "The date of the presentation (YYYY-MM-DD)."
83+
placeholder: "YYYY-MM-DD"
8484
validations:
8585
required: false
8686

8787
- type: textarea
8888
id: slides
8989
attributes:
9090
label: slides
91-
description: 'Link to the presentation slides, (if available).'
92-
placeholder: 'https://yoursite.com/slides.pdf'
91+
description: "Link to the presentation slides, (if available)."
92+
placeholder: "https://yoursite.com/slides.pdf"
9393
validations:
9494
required: false
9595

9696
- type: input
9797
id: slidesSource
9898
attributes:
9999
label: slidesSource
100-
description: 'Link to the source of the slides, if applicable (e.g., Google Drive, Your personal website).'
100+
description: "Link to the source of the slides, if applicable (e.g., Google Drive, Your personal website)."
101101
placeholder:
102102
validations:
103103
required: false

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ name: Check
66
on:
77
push:
88
paths-ignore:
9-
- 'design/**'
9+
- "design/**"
1010
pull_request:
1111
branches:
1212
- main
1313
workflow_dispatch:
1414
inputs:
1515
branch:
16-
description: 'Branch Name'
16+
description: "Branch Name"
1717
required: true
1818
type: string
1919
workflow_call:
2020
inputs:
2121
branch:
22-
description: 'Branch Name'
22+
description: "Branch Name"
2323
required: true
2424
type: string
2525
jobs:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node.js
3636
uses: actions/setup-node@v2
3737
with:
38-
node-version: '20' # Set this to the node version you are using
38+
node-version: "20" # Set this to the node version you are using
3939

4040
- name: Get npm cache directory
4141
id: npm-cache-dir

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
branches:
88
- main
99
paths-ignore:
10-
- '.github/**'
11-
- 'packages/**'
12-
- 'script/**'
13-
- 'design/**'
14-
- '.vscode/**'
10+
- ".github/**"
11+
- "packages/**"
12+
- "script/**"
13+
- "design/**"
14+
- ".vscode/**"
1515
workflow_dispatch:
1616

1717
permissions:

.github/workflows/fix-styles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: '20' # Set this to the node version you are using
21+
node-version: "20" # Set this to the node version you are using
2222

2323
- name: Operation
2424
run: |
@@ -34,4 +34,4 @@ jobs:
3434
commit-message: Fixed Style Changes
3535
title: Fixed Style Changes
3636
body: Fixed Style Changes
37-
branch: 'styles-${{ github.run_id }}'
37+
branch: "styles-${{ github.run_id }}"

.github/workflows/images.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ on:
77
branches:
88
- main
99
paths:
10-
- 'src/content/events/**'
10+
- "src/content/events/**"
1111
workflow_call:
1212
inputs:
1313
date:
14-
description: 'Event Date (YYYY-MM-DD)'
14+
description: "Event Date (YYYY-MM-DD)"
1515
required: true
1616
type: string
1717
image:
18-
description: 'Image Type (banner, meetup-image)'
18+
description: "Image Type (banner, meetup-image)"
1919
default: banner, meetup-image
2020
type: string
2121
workflow_dispatch:
2222
inputs:
2323
date:
24-
description: 'Event Date (YYYY-MM-DD)'
24+
description: "Event Date (YYYY-MM-DD)"
2525
required: true
2626
type: string
2727
image:
28-
description: 'Image Type (banner, meetup-image)'
28+
description: "Image Type (banner, meetup-image)"
2929
default: banner, meetup-image
3030
type: string
3131

@@ -95,4 +95,4 @@ jobs:
9595
commit-message: ${{ steps.MESSAGE.outputs.MESSAGE }}
9696
title: ${{ steps.MESSAGE.outputs.MESSAGE }}
9797
body: ${{ steps.MESSAGE.outputs.MESSAGE }}
98-
branch: 'image-${{ github.run_id }}'
98+
branch: "image-${{ github.run_id }}"

.github/workflows/intake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Node.js
6868
uses: actions/setup-node@v2
6969
with:
70-
node-version: '20' # Set this to the node version you are using
70+
node-version: "20" # Set this to the node version you are using
7171

7272
- name: Get npm cache directory
7373
id: npm-cache-dir
@@ -156,8 +156,8 @@ jobs:
156156
uses: peter-evans/create-pull-request@v3
157157
id: cpr
158158
with:
159-
title: '[Talk PR] ${{ steps.issueForm.outputs.name }}'
160-
body: '[Talk PR] ${{ steps.issueForm.outputs.name }}'
159+
title: "[Talk PR] ${{ steps.issueForm.outputs.name }}"
160+
body: "[Talk PR] ${{ steps.issueForm.outputs.name }}"
161161
branch: auto-${{ steps.op.outputs.hash}}
162162

163163
- name: Follow Issue Comment

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010
inputs:
1111
date:
12-
description: 'Event Date (yyyy-mm-dd)'
12+
description: "Event Date (yyyy-mm-dd)"
1313
required: true
1414
type: string
1515

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
}
99
}
1010
]
11-
}
11+
}

.prettierrc.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
// .prettierrc.mjs
22

33
// Assuming @github/prettier-config is the package name and it exports a configuration object.
4-
import githubConfig from '@github/prettier-config'
4+
import githubConfig from "@github/prettier-config";
55

66
/** @type {import("prettier").Config} */
77
const astroConfig = {
8-
plugins: ['prettier-plugin-astro'],
8+
plugins: ["prettier-plugin-astro"],
99
overrides: [
1010
{
11-
files: '*.astro',
11+
files: "*.astro",
1212
options: {
13-
parser: 'astro',
13+
parser: "astro",
1414
},
1515
},
1616
],
17-
}
17+
};
1818

1919
// Merging the configurations
2020
// This assumes both configs are objects and can be shallowly merged.
@@ -23,4 +23,4 @@ export default {
2323
...githubConfig,
2424
...astroConfig,
2525
overrides: [...(githubConfig.overrides || []), ...astroConfig.overrides],
26-
}
26+
};

0 commit comments

Comments
 (0)