November 2017
Beginner to intermediate
398 pages
8h 42m
English
Enforcing good coding practices and quality is essential when working on a project with other developers. It ensures that no syntax or basic errors are made (such as forgetting to declare a variable), and it helps to keep the source code clean and consistent. This process is called linting.
ESLint is the recommended linting tool by the Vue.js team. It provides a set of linting rules that can be turned on and off to check the code quality. More rules can be added by plugins and some packages define a preset of enabled rules.
Read now
Unlock full access