CH73 / E533|Async/Await|Mon, 17 July ’17
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.