Skip to content

Commit 23276f5

Browse files
authored
Merge pull request #263 from MichalBryxi/chore/vscode-settings
2 parents b728f4f + 6bda665 commit 23276f5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"explorer.excludeGitIgnore": true,
33
"npm.packageManager": "pnpm",
4-
"eslint.packageManager": "pnpm",
54

65
"editor.formatOnSave": true,
76
"[javascript]": {
@@ -10,6 +9,6 @@
109
// Turn off this formatter so Prettier will be the only formatter and the user won't have to pick.
1110
"javascript.format.enable": false,
1211
"editor.codeActionsOnSave": {
13-
"source.fixAll": true
12+
"source.fixAll": "explicit"
1413
}
1514
}

0 commit comments

Comments
 (0)