Skip to content

Commit

Permalink
Add source.fixAll.eslint on save
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Dec 17, 2024
1 parent e70205b commit 0501747
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"username": "postgres"
}
],
"prettier.ignorePath": "web/.prettierignore"
"prettier.ignorePath": "web/.prettierignore",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}

0 comments on commit 0501747

Please sign in to comment.