From 774056c72c640f9517c8f88a88c1663dce37fdaa Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Sat, 3 Jul 2021 08:31:57 +0900 Subject: [PATCH] Update `vue/require-prop-type-constructor` rule to support ` + `, + output: ` + + `, + parser: require.resolve('vue-eslint-parser'), + errors: [ + { + message: 'The "a" property should be a constructor.', + line: 5 + } + ] } ] })