Skip to content

Commit

Permalink
revert: vscode settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Jan 30, 2024
1 parent a82b188 commit 863eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cSpell.enabled": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": true
},
"editor.formatOnSave": false, // Disable general format on save
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down

0 comments on commit 863eb55

Please sign in to comment.