mutoe / vue3-realworld-example-app

Explore the charm of Vue composition API! Vite?
https://vue3-realworld-example-app-mutoe.vercel.app
MIT License
960 stars 343 forks source link

fix: lint script not working on Windows #91

Closed sajadhsm closed 2 years ago

sajadhsm commented 2 years ago

lint script doesn't work in Windows due to single quotes:

image

Changing them to \" fixes the problem.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mutoe/vue3-realworld-example-app/6CRSWYMKBemT2P2iSFnkMSxmPF8W
✅ Preview: https://vue3-realworld-example-app-git-fork-sajadhsm-fix-l-d0938f-mutoe.vercel.app

mutoe commented 2 years ago

Thanks for contributing :)