How can I always run lint on nuxt?
[issue link]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.