Skip to content

Commit

Permalink
chore(repo): Organize imports and fix eslint errors on save (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored Oct 24, 2023
1 parent 5be081f commit f74ec49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"search.exclude": {},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
}
}

0 comments on commit f74ec49

Please sign in to comment.