serverless-api-stage
Version:
Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway.
30 lines (26 loc) • 467 B
Plain Text
{
// settings
"maxdepth": 5,
"quotmark": true,
"strict": true,
// restrictions
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"nonbsp": true,
"nonew": true,
"notypeof": true,
"singleGroups": false,
"undef": true,
// environment
"debug": true,
"devel": true,
"esversion": 6,
// globals
"node": true
}