usher
Version:
Simple DSL for composing decision workflows for AWS Simple Workflow
27 lines (26 loc) • 464 B
Plain Text
{
"strict" : true,
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"immed" : true,
"indent" : 2,
"latedef" : "nofunc",
"newcap" : true,
"noarg" : true,
"noempty" : true,
"nonew" : true,
"quotmark" : true,
"undef" : true,
"unused" : true,
"trailing" : true,
"maxdepth" : 5,
"sub" : true,
"node" : true,
"browser" : false,
"devel" : false,
"white" : true,
"maxcomplexity" : 10
}