Skip to content

Commit

Permalink
Auto-eslint in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Oct 24, 2023
1 parent d392c78 commit 6ff4937
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"markdown.extension.toc.levels": "1..3"
}
"markdown.extension.toc.levels": "1..3",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true
}

0 comments on commit 6ff4937

Please sign in to comment.