Skip to content

Commit

Permalink
Added prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jezzsantos committed Oct 6, 2024
1 parent 3da8dd6 commit 458e82e
Show file tree
Hide file tree
Showing 21 changed files with 5,482 additions and 5,662 deletions.
5 changes: 5 additions & 0 deletions src/.idea/.idea.SaaStack/.idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/.idea/.idea.SaaStack/.idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/WebsiteHost/ClientApp/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"endOfLine": "auto",
"printWidth": 120,
"singleQuote": false,
"trailingComma": "none"
}
2 changes: 1 addition & 1 deletion src/WebsiteHost/ClientApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ services for you.
You can update those at any time by running `npm run update:apis`

For this to work properly you must run both the BEFFE and the BACKEND APIs locally, so that the OpenAPI swagger endpoint
is reachable.
is reachable.
Loading

0 comments on commit 458e82e

Please sign in to comment.