Visual Studio Code for Vue.js Developers - Visual Studio Code Essentials for Vue.js Development - 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)
-