{ "jquery": true, // true: use jQuery "unused": true, // true: Warns about declared variable not used "nonbsp": true, // true: Warns about "non-breaking whitespace" characters "latedef": true, // true: Require variables/functions to be defined before being used "noarg": true, // true: Prohibit use of `arguments.caller` and `arguments.callee` "laxcomma": true, // true: allow unsafe line breakings "laxbreak": true, // true: allow comma-first coding style "globals": { "define": true, // for AMD "require": true, // for CommonJS "module": true, // for CommonJS "exports": true // for CommonJS } }