Skip to content

Commit

Permalink
Add prettier and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Jun 10, 2019
1 parent 3ac89b0 commit 8929c2b
Show file tree
Hide file tree
Showing 6 changed files with 5,089 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
4 changes: 4 additions & 0 deletions .prettierrc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
trailingComma = "es5"
tabWidth = 4
semi = true
singleQuote = true
Loading

0 comments on commit 8929c2b

Please sign in to comment.