superdata
Version:
A lightweight data layer module motivated by extjs' data layer. It can be used with any client-side framework.
57 lines • 905 B
Plain Text
{
"asi":false,
"boss":false,
"debug":false,
"evil":false,
"bitwise":true,
"browser":true,
"browserify":true,
"curly":true,
"devel":true,
"eqeqeq":true,
"funcscope":true,
"jasmine":true,
"mocha":true,
"maxcomplexity":32,
"maxdepth":12,
"maxparams":12,
"nocomma":true,
"nonbsp":true,
"nonew":true,
"notypeof":false,
"node":true,
"esnext":true,
"globals":{
"global": true,
"jquery":true,
"jasmine":true,
"$":true
},
"globalstrict":false,
"immed":true,
"newcap":true,
"plusplus":true,
"predef":[
"$",
"describe",
"xdescribe",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"xit",
"it",
"expect",
"spyOn"
],
"phantom":true,
"shadow":true,
"singleGroups":false,
"quotmark":"double",
"strict":false,
"undef":true,
"unused":true,
"validthis":true,
"withstmt":false
}