File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ const {
15
15
* @typedef {import('@typescript-eslint/types').TSESTree.TypeNode } TSESTreeTypeNode
16
16
*/
17
17
/**
18
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentTypeProp } ComponentTypeProp
19
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentInferTypeProp } ComponentInferTypeProp
20
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentUnknownProp } ComponentUnknownProp
21
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentTypeEmit } ComponentTypeEmit
22
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentInferTypeEmit } ComponentInferTypeEmit
23
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentUnknownEmit } ComponentUnknownEmit
18
+ * @typedef {import('../index ').ComponentTypeProp } ComponentTypeProp
19
+ * @typedef {import('../index ').ComponentInferTypeProp } ComponentInferTypeProp
20
+ * @typedef {import('../index ').ComponentUnknownProp } ComponentUnknownProp
21
+ * @typedef {import('../index ').ComponentTypeEmit } ComponentTypeEmit
22
+ * @typedef {import('../index ').ComponentInferTypeEmit } ComponentInferTypeEmit
23
+ * @typedef {import('../index ').ComponentUnknownEmit } ComponentUnknownEmit
24
24
*/
25
25
26
26
module . exports = {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const { findVariable } = require('@eslint-community/eslint-utils')
9
9
*
10
10
*/
11
11
/**
12
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentTypeProp } ComponentTypeProp
13
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentTypeEmit } ComponentTypeEmit
12
+ * @typedef {import('../index ').ComponentTypeProp } ComponentTypeProp
13
+ * @typedef {import('../index ').ComponentTypeEmit } ComponentTypeEmit
14
14
*/
15
15
16
16
module . exports = {
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ const {
20
20
* @typedef {import('typescript').Node } TypeScriptNode
21
21
*/
22
22
/**
23
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentInferTypeProp } ComponentInferTypeProp
24
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentUnknownProp } ComponentUnknownProp
25
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentInferTypeEmit } ComponentInferTypeEmit
26
- * @typedef {import('../../../typings/eslint-plugin-vue/util-types/utils ').ComponentUnknownEmit } ComponentUnknownEmit
23
+ * @typedef {import('../index ').ComponentInferTypeProp } ComponentInferTypeProp
24
+ * @typedef {import('../index ').ComponentUnknownProp } ComponentUnknownProp
25
+ * @typedef {import('../index ').ComponentInferTypeEmit } ComponentInferTypeEmit
26
+ * @typedef {import('../index ').ComponentUnknownEmit } ComponentUnknownEmit
27
27
*/
28
28
29
29
module . exports = {
You can’t perform that action at this time.
0 commit comments