Skip to content

Commit

Permalink
Fix linting and tests in typescript branch (#693)
Browse files Browse the repository at this point in the history
* comment out stuff

* trigger build

* comment in stuff

* update eslint config

* nuke testfile
  • Loading branch information
vnys committed Nov 13, 2020
1 parent 18dbd6f commit 2fd92f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-call': 1,
'@typescript-eslint/no-unsafe-return': 1,
'@typescript-eslint/restrict-plus-operands': 1,
'@typescript-eslint/ban-ts-comment': 1,
},
},
],
Expand Down

0 comments on commit 2fd92f7

Please sign in to comment.