Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 5, 2024
1 parent 55af8bd commit 37bfaa7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions bff/ui/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"editor.formatOnPaste": true,

"editor.formatOnPaste": true
}
4 changes: 2 additions & 2 deletions bff/ui/package-lock.json

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

2 changes: 1 addition & 1 deletion bff/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"scripts": {
"start": "nx serve --ssl",
Expand Down

0 comments on commit 37bfaa7

Please sign in to comment.