Skip to content

Commit

Permalink
vscode workspace settings for formatOnSave with eslint --fix using …
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Nov 8, 2023
1 parent 110b2ea commit 739fb0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// https://eslint.style/guide/faq#vs-code
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.experimental.useFlatConfig": true,
}

0 comments on commit 739fb0d

Please sign in to comment.