In this Larabit, we'll have a look at what I consider to be an essential tool in your JavaScript belt: ESLint. Eslint will statically analyze your JavaScript source code and detect problem areas, based on a set of rules that you apply. For example, Vue component properties must be in this particular order. Or, Yoda conditionals should always be disallowed.
But not only that, ESLint can often fix these issues for you automatically. Let's have a look at how to integrate this excellent tool into your own workflow.
ESLintConfiguration Rules
