Up and Running with ESLint — the Pluggable JavaScript Linter
September 21, 2016Does the term “linting” sound familiar to you? It’s a process of using a tool to automatically check your code for potential problems. There are several key benefits you can reap from using such a tool.Keeping your code style consistent. Linters allow you to check you code style for issues like spac...
Recent Comments