Instead of having jshint declarations in our source code like
/* global define: true ... */
We should use .jshintrc files to declare globally available variables (and other jshint rules).
Instead of having jshint declarations in our source code like
/* global define: true ... */
We should use .jshintrc files to declare globally available variables (and other jshint rules).