jshint or standard?

I'm trying to solve some of the build issues you are having, and I realized there is a grunt task to check for standard JS, but then there is also a jshint-loader in webpack.

Do both need to exist? Doesn't standard JS obviate the need for jshint?