beanstream
Version:
Node library for Beanstream
39 lines (38 loc) • 671 B
Plain Text
{
"asi": false,
"boss": false,
"indent": 4,
"expr": true,
"loopfunc": true,
"curly": true,
"evil": false,
"white": true,
"undef": true,
"node": true,
"strict": true,
"immed": true,
"globalstrict": true,
"newcap": true,
"trailing": true,
"white": false,
"predef": [
"$",
"FormBot",
"socket",
"confirm",
"alert",
"require",
"__dirname",
"process",
"exports",
"console",
"Buffer",
"module",
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach"
]
}