You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug lang=tsx results in the warning of rule "noTsLang"
To Reproduce
Steps to reproduce the behavior:
What is the exact code you are analyzing?
<script setup lang="tsx">
What is the output you are getting?
- rrd ~ no ts lang
src\xxx.vue
👉 Use typescript instead of javascript. See: https://vue-mess-detector.webmania.cc/rules/rrd/no-ts-lang.html
component uses js instead of ts 🚨
Expected behavior tsx should avoid triggering noTsLang warning.
Used version number of vue-mess-detector:0.57.0
Used version number of node & yarn:node@18.20.4, pnpm@9.8.0
The text was updated successfully, but these errors were encountered:
Describe the bug
lang=tsx
results in the warning of rule "noTsLang"To Reproduce
Steps to reproduce the behavior:
<script setup lang="tsx">
Expected behavior
tsx
should avoid triggeringnoTsLang
warning.Used version number of vue-mess-detector:
0.57.0
Used version number of node & yarn:
node@18.20.4
,pnpm@9.8.0
The text was updated successfully, but these errors were encountered: