prettycats
Version:
Helpful, common, and curried predicates library built on Ramda.
40 lines (39 loc) • 857 B
Plain Text
{
"nonew" : true,
"plusplus" : true,
"curly" : true,
"latedef" : "nofunc",
"unused" : "strict",
"noarg" : true,
"indent" : 2,
"forin" : true,
"noempty" : true,
"quotmark" : "single",
"maxparams" : 5,
"node" : true,
"eqeqeq" : true,
"strict" : true,
"undef" : true,
"bitwise" : true,
"newcap" : true,
"immed" : true,
"browser" : true,
"camelcase" : true,
"nonbsp" : true,
"globals" : {
"after" : false,
"afterEach" : false,
"angular" : false,
"before" : false,
"beforeEach" : false,
"browser" : false,
"describe" : false,
"expect" : false,
"inject" : false,
"it" : false,
"jasmine" : false,
"spyOn" : false,
"$" : false,
"_" : false
}
}