We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648d70f commit 4a9357cCopy full SHA for 4a9357c
lib/utils/ts-utils/ts-types.js
@@ -27,7 +27,6 @@ const {
27
*/
28
29
module.exports = {
30
- isAvailableTypeInformation,
31
getComponentPropsFromTypeDefineTypes,
32
getComponentEmitsFromTypeDefineTypes
33
}
@@ -64,13 +63,6 @@ function getTSParserServices(context) {
64
63
checker
65
66
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
-}
74
75
/**
76
* Get all props by looking at all component's properties
0 commit comments