Skip to content

Commit

Permalink
Use strict asserts in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Oct 1, 2018
1 parent 326b6fc commit c62a1cc
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 445 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"error",
"separate-lines"
],
"new-cap": "error",
"new-cap": ["error", {"capIsNewExceptions": ["BigInt"]}],
"new-parens": "error",
"newline-after-var": "off",
"newline-before-return": "off",
Expand Down
Loading

0 comments on commit c62a1cc

Please sign in to comment.