Skip to content

Commit

Permalink
Merge pull request #20 from finsweet/readme-update
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
alexiglesias93 authored Jan 11, 2023
2 parents b92b22c + 59ac38c commit 86cbd72
Show file tree
Hide file tree
Showing 23 changed files with 1,746 additions and 651 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-shirts-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@finsweet/ts-utils': patch
---

docs: Added new README.md with detailed explanation of all utils
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Loading

0 comments on commit 86cbd72

Please sign in to comment.