vue3-eslint-stylelint-demo
                                
                                 vue3-eslint-stylelint-demo copied to clipboard
                                
                                    vue3-eslint-stylelint-demo copied to clipboard
                            
                            
                            
                        Vue format file does not support jsx and tsx
lint error
myProject\src\App.vue
  3:27  error  Parsing error: Type expected
App.vue
<script setup lang="tsx">
import { ElInput } from 'element-plus'
const MyInput = (<ElInput></ElInput>)
</script>
<template>
  <MyInput/>
</template>