Skip to content

Commit

Permalink
Merge pull request #285 from themoeway/vscode-auto-eslint
Browse files Browse the repository at this point in the history
Auto-eslint in vscode
  • Loading branch information
djahandarie authored Oct 24, 2023
2 parents d392c78 + 6ff4937 commit d7af40a
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 d7af40a

Please sign in to comment.