fluxxor-autobind
Version:
AutoBind plugin for Fluxxor to help prevent spaghetti props wiring.
26 lines (25 loc) • 570 B
Plain Text
{
"trailing" : false,
"sub" : true,
"laxcomma" : true,
"bitwise" : true,
"nonew" : false,
"undef" : true,
"node" : true,
"eqnull" : true,
"strict" : true,
"quotmark" : false,
"unused" : false,
"newcap" : false,
"devel" : true,
"expr" : true,
"globals" : {
/* MOCHA */
"describe" : false,
"it" : false,
"before" : false,
"beforeEach" : false,
"after" : false,
"afterEach" : false
}
}