{ // Enforcing Options "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "latedef": true, "newcap": true, "noempty": true, "plusplus": true, "trailing": true, "undef": true, // Environments "browser": true, // Globals "predef": [ "amplify", "Base64", "H5AI_CONFIG", "jQuery", "Modernizr", "module", "moment", "_" ] }