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 {
1515 * @typedef {import('@typescript-eslint/types').TSESTree.TypeNode } TSESTreeTypeNode
1616 */
1717/**
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
2424 */
2525
2626module . exports = {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const { findVariable } = require('@eslint-community/eslint-utils')
99 *
1010 */
1111/**
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
1414 */
1515
1616module . exports = {
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ const {
2020 * @typedef {import('typescript').Node } TypeScriptNode
2121 */
2222/**
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
2727 */
2828
2929module . exports = {
You can’t perform that action at this time.
0 commit comments