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.
If you are working on node js. Add these two lines in the beginning of your file
/*jslint node: true */ "use strict";