How to Set Up a Vue Development Environment
Learn how to configure VS Code to work with Vue, lint and format your code, and use Vue’s browser tools to see at what’s going on under a Vue app's hood.
Learn how to configure VS Code to work with Vue, lint and format your code, and use Vue’s browser tools to see at what’s going on under a Vue app's hood.
Pavels Jelisejevs introduces ESLint, a highly configurable tool which analyses your code and highlights (or optionally fixes) any bugs or issues it finds.
How do you and your team ensure the quality of your code? Jani Hartikainen examines four JavaScript linting tools and weighs up the pros and cons of each.