Skip to content

Commit

Permalink
Use Prettier for code formatting (#291)
Browse files Browse the repository at this point in the history
* Apply Prettier to JS, TS, JSON and HTML files

* Add Prettier (extension) as VS code recommendation
  • Loading branch information
iamlogand authored Oct 4, 2023
1 parent 23ccbef commit 26f274e
Show file tree
Hide file tree
Showing 78 changed files with 4,142 additions and 2,317 deletions.
32 changes: 15 additions & 17 deletions backend/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Django",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}\\manage.py",
"args": [
"runserver"
],
"django": true,
"justMyCode": true
}
]
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Django",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}\\manage.py",
"args": ["runserver"],
"django": true,
"justMyCode": true
}
]
}
10 changes: 5 additions & 5 deletions backend/Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"AWSEBDockerrunVersion": "3",
"Authentication": {
"bucket": "api-roronline-com-docker-creds",
"key": "docker_config"
}
"AWSEBDockerrunVersion": "3",
"Authentication": {
"bucket": "api-roronline-com-docker-creds",
"key": "docker_config"
}
}
Loading

0 comments on commit 26f274e

Please sign in to comment.