Skip to content

Commit c486a22

Browse files
authored
chore: enhance setup (#121)
* chore: upgrade dev container configuration * chore: change license
1 parent 84f09fc commit c486a22

File tree

4 files changed

+20
-43
lines changed

4 files changed

+20
-43
lines changed

.devcontainer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "react-alternating-timeline",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"streetsidesoftware.code-spell-checker",
8+
"esbenp.prettier-vscode",
9+
"mikestead.dotenv",
10+
"eamodio.gitlens",
11+
"vscode-icons-team.vscode-icons",
12+
"mgmcdermott.vscode-language-babel",
13+
"dbaeumer.vscode-eslint",
14+
"styled-components.vscode-styled-components",
15+
"silvenon.mdx"
16+
]
17+
}
18+
}
19+
}

.devcontainer/Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Robin Bühler <https://github.com/openscript-ch>
3+
Copyright (c) 2023 Aaron Stampa <https://github.com/stampaaaron>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)