Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
feat: complete rewrite of twitdown + save dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
newtykins committed Feb 14, 2022
1 parent 9d0d4dc commit 6fd2ece
Show file tree
Hide file tree
Showing 7 changed files with 3,599 additions and 11,984 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.14.0
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"bracketSpacing": true,
"arrowParens": "avoid"
}
Loading

0 comments on commit 6fd2ece

Please sign in to comment.