Skip to content

Commit

Permalink
added extension recommendation and prettier rules
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasthedeveloper committed Oct 5, 2024
1 parent c73a3e4 commit d048910
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all"
}
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}

0 comments on commit d048910

Please sign in to comment.