Skip to content

Commit

Permalink
Add .ts and .tsx to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored and iHiD committed Oct 6, 2020
1 parent 9667d9f commit 4c6a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tabWidth": 2,
"overrides": [
{
"files": ["*.js", "*.jsx"],
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
"options": {
"trailingComma": "es5",
"tabWidth": 2,
Expand Down

0 comments on commit 4c6a97a

Please sign in to comment.