Necessary Evil

We’re ready to add async/await to our Node.js server code, but there’s a problem: our linter, JSHint, doesn’t support the new keywords. We take a side trip to replace our linter. I don’t like spending time on tool changes that don’t add a lot of value, but it has to be done.

comments powered by Disqus