Skip to content

Commit

Permalink
get API working
Browse files Browse the repository at this point in the history
  • Loading branch information
worm-emoji committed Aug 29, 2021
1 parent fac372a commit ecc2901
Show file tree
Hide file tree
Showing 9 changed files with 6,532 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

.env
# dependencies
/node_modules
/.pnp
Expand Down
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
Loading

0 comments on commit ecc2901

Please sign in to comment.