Skip to content

Commit 37bfaa7

Browse files
committed
renaming
1 parent 55af8bd commit 37bfaa7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

bff/ui/.vscode/settings.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
"editor.defaultFormatter": "esbenp.prettier-vscode"
2020
},
2121
"editor.codeActionsOnSave": {
22-
"source.organizeImports": true,
23-
"source.fixAll.eslint": true
22+
"source.organizeImports": "explicit",
23+
"source.fixAll.eslint": "explicit"
2424
},
2525
"editor.formatOnSave": true,
26-
"editor.formatOnPaste": true,
27-
26+
"editor.formatOnPaste": true
2827
}

bff/ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bff/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve --ssl",

0 commit comments

Comments
 (0)