Skip to content

Commit

Permalink
chore: Enable editor.codeActionsOnSave
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 21, 2021
1 parent 969ddee commit e231f1c
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,4 +1,7 @@
{
"git.ignoreLimitWarning": true,
"deno.enable": false
}
"deno.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit e231f1c

Please sign in to comment.