First moments with ESLint
Posted in Javascript on June 4, 2015
When writing Javascript code it is very easy to make mistakes that do not immediately break your code. Instead, it is possible to finish with a bunch of code lines that will behave unpredictable. Linting tools are there to help you with this. Simple syntax errors are one thing, but linting tools do much more. Here we describe ESLint, a fully configurable tool that is easy to install and use once configured.
Read more