Skip to content

Commit

Permalink
Update editor.codeActionsOnSave value in settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Feb 5, 2024
1 parent 1f462a2 commit e300ed5
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 @@
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
"source.fixAll.tslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit e300ed5

Please sign in to comment.