js-binary
Version:
Encode/decode to a custom binary format, much more compact and faster than JSON/BSON
22 lines • 360 B
Plain Text
{
"curly": true,
"eqeqeq": true,
"nonew": true,
"latedef": "nofunc",
"unused": true,
"noarg": true,
"asi": true,
"trailing": true,
"quotmark": true,
"strict": true,
"undef": true,
"expr": true,
"newcap": true,
"immed": true,
"node": true,
"camelcase": true,
"devel": true,
"freeze": true,
"-W033": true,
"-W058": true
}