btrz-auth-api-key
Version:
Betterez api authorization library
31 lines (30 loc) • 614 B
Plain Text
{
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
// Documentation: http://www.jshint.com/docs/options/
"browser": false,
"bitwise": true,
"esversion": 9,
"globals": {
"exports" : false
},
"globalstrict": true,
"quotmark": "double",
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"maxdepth": 4,
"maxerr": 500,
"newcap": true,
"maxstatements": 25,
"noarg": true,
"nonbsp": true,
"nonew": true,
"node": true,
"mocha": true,
"singleGroups": true,
"sub": false,
"undef": true,
"unused": true
}