-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Lint when server starts #6
Comments
Heya, you can achieve that by amending your
Does that help? |
Hey, that works perfectly, thanks a lot! Why not adding this to |
No worries. I'm not adding it because it very much depends on preference, most people want the server output be on a different terminal instance than the lint output, and they also lint inside their editors normally rather than on the terminal. It's a very easy change so I'm leaving it as is for now :) Thanks for your interest btw! |
Just a minimal improvement:
This let's you kill both processes at once with Ctrl + C. |
It would be cool to have automatically linting when running
npm run dev
instead of actively starting it withnpm run lint
.The text was updated successfully, but these errors were encountered: