Skip to content

Commit

Permalink
Adds yarn installation and prettier to the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
gcardonag committed Jul 22, 2023
1 parent 274c3ce commit a8c7428
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,16 @@
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
}
},
"postCreateCommand": "yarn install",
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode"
]
},
"codespaces": {
"openFiles": ["README.md"]
}
}
}
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cypress/

# Build directory
docker/
build/

# Unused files
Legend.js
Expand Down

0 comments on commit a8c7428

Please sign in to comment.