Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Jun 8, 2019
1 parent 41ea9f3 commit 1d98fd2
Show file tree
Hide file tree
Showing 3 changed files with 1,438 additions and 1,319 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
}
],
"@typescript-eslint/class-name-casing": "error",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {
"allowExpressions": true
}],
"@typescript-eslint/explicit-member-accessibility": "error",
"@typescript-eslint/member-delimiter-style": "error",
"@typescript-eslint/member-naming": [
Expand Down

0 comments on commit 1d98fd2

Please sign in to comment.