Skip to content

Commit

Permalink
chore(vscode): auto fix eslint on save
Browse files Browse the repository at this point in the history
  • Loading branch information
satoufuyuki committed Feb 23, 2024
1 parent b2cc8b0 commit f7c9f52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"files.eol": "\n",
"eslint.experimental.useFlatConfig": true
"eslint.experimental.useFlatConfig": true,
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
}

0 comments on commit f7c9f52

Please sign in to comment.