Skip to content

Commit

Permalink
Update dependencies, add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc committed May 27, 2020
1 parent 3b28ca0 commit c5244ad
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 301 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.DS_Store
.env
package-lock.json
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all",
"singleQuote": true
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 8
- 10
- 12
- node

install: yarn
Expand Down
Loading

0 comments on commit c5244ad

Please sign in to comment.