{
    "bitwise": true,
    "curly": true,
    "eqeqeq": true,
    "forin": true,
    "freeze": true,
    "futurehostile": true,
    "latedef": true,
    "maxdepth": 3,
    "noarg": true,
    "nocomma": true,
    "nonbsp": true,
    "nonew": true,
    "plusplus": true,
    "strict": false,
    "supernew": true,
    "trailing": true,
    "undef": true,
    "unused": true,

    "browser": true,

    "globals": {
        "modulejs": false
    }
}