DEV Community

Discussion on: Creating vite vue ts template: Eslint and vue

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

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

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?