Skip to content

Commit 2100341

Browse files
committed
add frontend template
1 parent 3e003a0 commit 2100341

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.submodules/config/configs.jsonc

+7-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@
5252
"javascript.preferences.quoteStyle": "double",
5353
"typescript.preferences.quoteStyle": "double",
5454
"!prettier.configPath": ".prettierrc.json",
55-
"editor.defaultFormatter": "esbenp.prettier-vscode"
55+
"editor.defaultFormatter": "esbenp.prettier-vscode",
56+
"editor.codeActionsOnSave": {
57+
"source.organizeImports": "never",
58+
"source.fixAll.eslint": "always"
59+
}
5660
},
5761
"launch": {
5862
"version": "0.2.0",
@@ -260,6 +264,7 @@
260264
],
261265
"description": "A micro-service's frontend.",
262266
"submodules": [
267+
"codeforlife-template-frontend",
263268
"codeforlife-portal-frontend"
264269
],
265270
"vscode": {
@@ -289,4 +294,4 @@
289294
}
290295
}
291296
}
292-
}
297+
}

0 commit comments

Comments
 (0)