Skip to content

Commit

Permalink
chore(ide/vscode): fix eslint issues on save (#23129)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 4, 2023
1 parent 3bae715 commit 519fe4c
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
Expand Up @@ -20,5 +20,8 @@
"jest.jestCommandLine": "yarn jest",
"npm.packageManager": "yarn",
"prettier.prettierPath": "./node_modules/prettier",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 519fe4c

Please sign in to comment.