vuejs / eslint-plugin-vue

Official ESLint plugin for Vue.js
https://eslint.vuejs.org/
MIT License
4.39k stars 652 forks source link

Fix checking for script setup in vue/require-typed-ref #2427

Closed kovalchukq closed 1 month ago

ota-meshi commented 3 months ago

Hmm... What is this PR fixing? Could you please explain the details?

kovalchukq commented 3 months ago

Hmm... What is this PR fixing? Could you please explain the details? This PR skip checking vue/require-typed-ref rule for vue files that doesn't have lang="ts".