aws-cognito-authorization
Version:
AWS Cognito Authentication
33 lines (32 loc) • 630 B
Plain Text
{
"mocha": true,
"freeze": true,
"browserify": true,
"strict": true,
"worker": true,
"scripturl": true,
"latedef": "nofunc",
"onevar": true,
"node": true,
"maxstatements": 25,
"futurehostile": true,
"noarg": true,
"unused": true,
"esnext": true,
"eqeqeq": true,
"nocomma": true,
"devel": true,
"maxdepth": 5,
"jquery": true,
"browser": true,
"debug": true,
"maxparams": 5,
"undef": true,
"globalstrict": true,
"maxcomplexity": 20,
"typed": true,
"nonew": true,
"forin": false,
"shadow": true,
"-W018": false
}