Skip to content

Commit e02fb73

Browse files
committed
1 parent 48b4a85 commit e02fb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ module.exports = {
239239
'@typescript-eslint/no-unnecessary-qualifier': 'error',
240240
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
241241
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
242+
'@typescript-eslint/no-untyped-public-signature': 'error',
242243
'no-unused-vars': 'off',
243244
'@typescript-eslint/no-unused-vars': [
244245
'error',

0 commit comments

Comments
 (0)