Open jordan-erisman opened 10 months ago
Hi! Are there any news regarding this? We've a new project with Vue3 and latest TS. Despite all our efforts (and experience with these tools, including older eslint), eslint returns the same errors, basically any "unsafe-" rule will raise errors on imported SFCs usage. Is it a missing feature, as flagged 8 months ago? A misconfiguration? or a bug?
@jordan-erisman , did you solve this?
Recently, I've encountered the same problem. Have you been able to solve this issue somehow, guys? :)
just want to confirm this is still an issue with ESLint v9, I was able to reproduce it with a fresh npm create vue@latest
project and modifying the eslint.config.js
to use rules which use type information, would really like to see a fix to this issue.
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
Reproduction link (StackBlitz). Run
npm run lint
Child
Parent
What did you expect to happen? The imported types to work. Typescript recognizes the type and does not complain, but eslint throws and error.
What actually happened?
Repository to reproduce this issue
Reproduction link (StackBlitz). Run
npm run lint