Skip to content

Commit

Permalink
feat:common configuration#85-added prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bathini79 committed Oct 25, 2023
1 parent e44d3be commit d0f1f26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/firecamp-common-config/prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"overrides": [
{
"files": "*.ts",
"options": {
"parser": "typescript"
}
}
]
}

0 comments on commit d0f1f26

Please sign in to comment.