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

Commit

Permalink
feat(typescript): object as X inline for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jul 11, 2019
1 parent d5ed172 commit 7f70786
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ module.exports = {
rules: {
'jsdoc/require-jsdoc': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-function-return-type': 'off'
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-object-literal-type-assertion': [
'error',
{
allowAsParameter: true
}
]
}
}
],
Expand Down

0 comments on commit 7f70786

Please sign in to comment.