safelink
Version:
SafeLink is an open-source NodeJS library created to maintain long-term communication between distant remote sites with varying network quality
29 lines (28 loc) • 614 B
Plain Text
{
"curly": false,
"eqnull": true,
"eqeqeq": true,
"undef": true,
"asi": true,
"esnext": true,
"globals": {
"jQuery": true,
"console": true,
"module": true,
"require": true,
"process" : true,
"__dirname": true,
"__filename": true,
"setInterval": true,
"setTimeout" : true,
"Buffer": true,
"clearInterval": true,
"expect": true,
"describe": true,
"it": true,
"beforeEach": true,
"beforeAll": true,
"exports": true,
"clearTimeout": true
}
}