Skip to content

Commit

Permalink
fix(typescript): Allow generic type parameters on function calls
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jun 27, 2023
1 parent b8063ee commit 6ba7e9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parts/typescript.js
Expand Up @@ -8,6 +8,10 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {},
rules: {
// allow for generic type parameters on function calls
'func-call-spacing': 'off',
'@typescript-eslint/func-call-spacing': 'error',
//
'n/no-missing-import': 'off',
'import/extensions': 'off',
'jsdoc/check-tag-names': [
Expand Down

0 comments on commit 6ba7e9a

Please sign in to comment.