Skip to content

Commit

Permalink
update vscode codeActionsOnSave setting
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 24, 2024
1 parent 98b8ef1 commit c6a8bcd
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 @@ -4,7 +4,7 @@
"prettier.configPath": ".prettierrc.js",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "always"
},
"eslint.validate": ["typescript"],
"git.allowForcePush": true,
Expand Down

0 comments on commit c6a8bcd

Please sign in to comment.