This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Auto Linting in VS Code (ESLint)
Linting is the automated process of statically analyzing code for potential errors. In this lesson, learn how to setup VS Code with ESLint to provide inline lint error indicators and how to automatically correct fixable linting errors on file save.
Links
Keyboard Shortcuts
- Show ESLint Fix Options
Cmd+.
(Mac)Ctrl+.
(Windows)