DEV Community

Cover image for Creating vite vue ts template: Eslint and vue
Sardorbek Imomaliev
Sardorbek Imomaliev

Posted on • Edited on

3 2

Creating vite vue ts template: Eslint and vue

Liquid syntax error: Unknown tag 'endraw'

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (3)

Collapse
 
shenzhongkang profile image
Zhongkang Shen

After run npm run lint, It throw me an error: 4:1 error 'defineProps' is not defined no-undef, what's wrong with my eslint? I have the some config like you.

Collapse
 
imomaliev profile image
Sardorbek Imomaliev

It looks to me like your component file did not import defineProps. Do you have a github link to this project?

Collapse
 
imomaliev profile image
Sardorbek Imomaliev

@shenzhongkang Hi, again. Here is proper solution for your problem dev.to/imomaliev/comment/1ihh5

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay