Skip to content

Commit

Permalink
Allow to use TypeScript comments
Browse files Browse the repository at this point in the history
Closes #22.
  • Loading branch information
alexesprit committed Aug 8, 2020
1 parent ba5af95 commit c702f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const tsRules = {
},
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-floating-promises': 'off',
'jsdoc/no-types': 'warn',
},
Expand Down

0 comments on commit c702f20

Please sign in to comment.