Skip to content

Commit c702f20

Browse files
committed
Allow to use TypeScript comments
Closes #22.
1 parent ba5af95 commit c702f20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const tsRules = {
2929
},
3030
plugins: ['@typescript-eslint'],
3131
rules: {
32+
'@typescript-eslint/ban-ts-comment': 'off',
3233
'@typescript-eslint/no-floating-promises': 'off',
3334
'jsdoc/no-types': 'warn',
3435
},

0 commit comments

Comments
 (0)