Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Autofix in VSCode
Browse files Browse the repository at this point in the history
Signed-off-by: Damon Blais <damon@rethunk.tech>
  • Loading branch information
AlbinoGeek committed Apr 13, 2023
1 parent f3049c2 commit 5daab1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": false,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll": true,
"source.fixAll.eslint": true,
"source.organizeImports": true,
},
"eslint.validate": [
"javascript",
Expand Down

0 comments on commit 5daab1b

Please sign in to comment.