HI.
The lint command is prepared for the project created by "vue init nuxt / starter".
When developing with the dev command, I want to apply es-lint every time I save the file.
Is there a smart way to achieve this flow?
Could anyone help me?
Thanks.
Yes! It is possible using fix option. (Credits goes to @Tabrizian for this find :D)
Another option is using ESLint integration with your IDE and run lint on each file save...
It's great.
Thank you for giving me the perfect answer soon :)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Yes! It is possible using fix option. (Credits goes to @Tabrizian for this find :D)
Another option is using ESLint integration with your IDE and run lint on each file save...