We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b728f4f + 6bda665 commit 23276f5Copy full SHA for 23276f5
1 file changed
.vscode/settings.json
@@ -1,7 +1,6 @@
1
{
2
"explorer.excludeGitIgnore": true,
3
"npm.packageManager": "pnpm",
4
- "eslint.packageManager": "pnpm",
5
6
"editor.formatOnSave": true,
7
"[javascript]": {
@@ -10,6 +9,6 @@
10
9
// Turn off this formatter so Prettier will be the only formatter and the user won't have to pick.
11
"javascript.format.enable": false,
12
"editor.codeActionsOnSave": {
13
- "source.fixAll": true
+ "source.fixAll": "explicit"
14
}
15
0 commit comments