Skip to content

Commit

Permalink
Merge 73633ce into 24b3686
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Jun 13, 2020
2 parents 24b3686 + 73633ce commit 56d87b4
Show file tree
Hide file tree
Showing 16 changed files with 1,450 additions and 3,296 deletions.
4 changes: 3 additions & 1 deletion .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ parser: typescript
printWidth: 80
tabWidth: 2
singleQuote: true
trailingComma: none
trailingComma: all
arrowParens: always
bracketSpacing: false
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- 8
- 10
- 12
- 14
- stable

before_install:
Expand Down

0 comments on commit 56d87b4

Please sign in to comment.