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.
To avoid the not defined warning in jshint for the javascript add comments like:
/*global describe:true*/
Options