Skip to content

Commit

Permalink
Merge pull request #499 from aoberoi/webclient-no-token
Browse files Browse the repository at this point in the history
Allows WebClient token to be undefined
  • Loading branch information
aoberoi authored Mar 14, 2018
2 parents c49ba78 + 9d0801c commit 805dd6f
Show file tree
Hide file tree
Showing 9 changed files with 2,172 additions and 1,169 deletions.
5 changes: 4 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"*.ts": ["tslint --project . --fix", "git add"]
"linters": {
"*.ts": ["tslint --project . --fix", "git add"]
},
"ignore": ["test/**/*.ts"]
}
Loading

0 comments on commit 805dd6f

Please sign in to comment.