Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiopf02 committed Jan 25, 2023
0 parents commit f94ddb3
Show file tree
Hide file tree
Showing 12 changed files with 10,113 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"printWidth": 80,
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "lf",
"semi": false,
"tabWidth": 2,
"arrowParens": "avoid"
}
Loading

0 comments on commit f94ddb3

Please sign in to comment.