Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
feat(typescript): disable explicit any for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 12, 2019
1 parent 07b9aea commit aa3034a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ module.exports = {
{
files: ['*.test.{js,ts}'],
rules: {
'require-jsdoc': 0
'require-jsdoc': 0,
'@typescript-eslint/no-explicit-any': 0
}
}
],
Expand Down

0 comments on commit aa3034a

Please sign in to comment.