Skip to content

Commit

Permalink
added prettierrc and updated settings json to save on format PriyaGho…
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasthedeveloper committed Oct 5, 2024
1 parent be96d20 commit c73a3e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Empty file added .prettierrc
Empty file.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"liveServer.settings.port": 5501
}
"liveServer.settings.port": 5501,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit c73a3e4

Please sign in to comment.