Skip to content

Commit

Permalink
feat: add event for September 2024 (#340)
Browse files Browse the repository at this point in the history
<!-- 👋 Hi, thanks for sending a PR to boston-ts-website! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [x] Fixes
#341
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/boston-ts-website/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/boston-ts-website/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Add event for September 2024
  • Loading branch information
astorije authored Sep 16, 2024
1 parent aa67ec4 commit e797bbc
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 194 deletions.
36 changes: 36 additions & 0 deletions app/data/events.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
[
{
"date": "2024-09-29T18:00:00.000-04:00",
"link": "https://www.eventbrite.com/e/boston-ts-club-vi-return-of-the-squiggle-tickets-1014606444187",
"location": "Microsoft NERD Center",
"time": "5:30pm - 8:30pm",
"topics": [
{
"author": {
"name": "Josh Goldberg",
"url": "https://joshuakgoldberg.com/"
},
"title": "What's New in TypeScript 5.5"
},
{
"author": {
"name": "Paula Paul",
"url": "https://x.com/paulapaultweets"
},
"title": "The OpenJS Foundation"
},
{
"author": {
"name": "Corina Murg",
"url": "https://x.com/corinamurg"
},
"title": "Harnessing The Accessibility Tree"
},
{
"author": {
"name": "Rizèl Scarlett",
"url": "https://blackgirlbytes.dev/"
},
"title": "How to Rent a Car with a JSON Web Token"
}
]
},
{
"date": "2024-08-29T18:00:00.000-04:00",
"link": "https://www.eventbrite.com/e/boston-ts-club-v-the-compiler-strikes-back-supabase-tickets-962814643517",
Expand Down
26 changes: 13 additions & 13 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"dictionaries": ["typescript"],
"dictionaries": ["speaker-names", "typescript"],
"dictionaryDefinitions": [
{
"name": "speaker-names",
"path": "./cspell.speaker-names.txt"
}
],
"ignorePaths": [
".github",
"CHANGELOG.md",
Expand All @@ -9,26 +15,20 @@
"node_modules",
"pnpm-lock.yaml"
],
"overrides": [
{
"filename": "**/*.css.ts",
"languageId": "css"
}
],
"words": [
"Abhijit",
"Ajit",
"Astori",
"Blass",
"bluesky",
"bostonts",
"clsx",
"currentcolor",
"Dimitri",
"Farolino",
"Hadley",
"isbot",
"Jérémie",
"Kamath",
"knip",
"Mariah",
"Mitropoulos",
"Ndukwe",
"Nnenna",
"packagejson",
"Sanker",
"Supabase"
Expand Down
13 changes: 13 additions & 0 deletions cspell.speaker-names.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Rizèl
Scarlett
Nnenna
Mitropoulos
Abhijit
Ajit
Mariah
Murg
Kamath
Farolino
Dimitri
Ndukwe
Blass
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vanilla-extract/vite-plugin": "^4.0.13",
"cspell": "^8.4.1",
"cspell": "^8.14.2",
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
Loading

0 comments on commit e797bbc

Please sign in to comment.