Skip to content

Commit 2c7ec0f

Browse files
committed
Fix dev env
1 parent 951005f commit 2c7ec0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"editor.formatOnSave": true,
33
"editor.defaultFormatter": "esbenp.prettier-vscode",
44
"editor.codeActionsOnSave": {
5-
"source.fixAll": true,
6-
"source.organizeImports": true
5+
"source.fixAll": "explicit",
6+
"source.organizeImports": "explicit"
77
},
88
"typescript.preferences.importModuleSpecifierEnding": "index",
99
"typescript.suggest.autoImports": true

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,9 @@
8888
},
8989
"publishConfig": {
9090
"registry": "https://registry.npmjs.org"
91+
},
92+
"volta": {
93+
"node": "16.20.2",
94+
"yarn": "1.22.21"
9195
}
9296
}

0 commit comments

Comments
 (0)