Skip to content

Commit

Permalink
chore(.vscode): add editor.codeActionsOnSave.source.fixAll.eslint: true
Browse files Browse the repository at this point in the history
Co-authored-by: minsoo kim <[email protected]>
  • Loading branch information
manudeli and minsoo-web committed Oct 15, 2023
1 parent 68472df commit ce25880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": ["packlint", "codecov", "tsup"]
Expand Down

0 comments on commit ce25880

Please sign in to comment.