stompjs-http-signature
Version:
Stomp.js with http-signature support
24 lines (23 loc) • 392 B
Plain Text
{
"node": true,
"bitwise": false,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"maxdepth": 4,
"maxparams": 4,
"maxlen": 100,
"newcap": true,
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"unused": true,
"trailing": true,
"smarttabs": true
}