Fixing: “ESLint: Expected indentation of 2 spaces but found 6. (indent)” in PhpStorm
I recently bootstrapped a new Vue.js application from the Vue-CLI, and I chose to lint my code. Now when I write code, I tend to auto-format my code all the time. The thing is by default, ESLint will warn you […]