We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951005f commit 2c7ec0fCopy full SHA for 2c7ec0f
.vscode/settings.json
@@ -2,8 +2,8 @@
2
"editor.formatOnSave": true,
3
"editor.defaultFormatter": "esbenp.prettier-vscode",
4
"editor.codeActionsOnSave": {
5
- "source.fixAll": true,
6
- "source.organizeImports": true
+ "source.fixAll": "explicit",
+ "source.organizeImports": "explicit"
7
},
8
"typescript.preferences.importModuleSpecifierEnding": "index",
9
"typescript.suggest.autoImports": true
package.json
@@ -88,5 +88,9 @@
88
89
"publishConfig": {
90
"registry": "https://registry.npmjs.org"
91
+ },
92
+ "volta": {
93
+ "node": "16.20.2",
94
+ "yarn": "1.22.21"
95
}
96
0 commit comments