I uses RequireJS AMD in my project. When i run jshint on my project, it throws error like
In AMD Scripts
\'define\' is not defined.
late to the party, but use this option in your jshintrc:
jshintrc
"dojo": true
and thou shall rest peacefully without red warnings...