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

Commit

Permalink
feat: no no-object-literal-type-assertion for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jul 17, 2019
1 parent e84e0b1 commit 439fa0e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@ module.exports = {
'jsdoc/require-jsdoc': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-object-literal-type-assertion': [
'error',
{
allowAsParameter: true
}
]
'@typescript-eslint/no-object-literal-type-assertion': 'off'
}
}
]
Expand Down

0 comments on commit 439fa0e

Please sign in to comment.