Skip to content

Commit 4a9357c

Browse files
committed
fix
1 parent 648d70f commit 4a9357c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/utils/ts-utils/ts-types.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const {
2727
*/
2828

2929
module.exports = {
30-
isAvailableTypeInformation,
3130
getComponentPropsFromTypeDefineTypes,
3231
getComponentEmitsFromTypeDefineTypes
3332
}
@@ -64,13 +63,6 @@ function getTSParserServices(context) {
6463
checker
6564
}
6665
}
67-
/**
68-
* Checks whether type information is available or not.
69-
* @param {RuleContext} context The ESLint rule context object.
70-
*/
71-
function isAvailableTypeInformation(context) {
72-
return Boolean(getTSParserServices(context))
73-
}
7466

7567
/**
7668
* Get all props by looking at all component's properties

0 commit comments

Comments
 (0)