{ // https://github.com/jscs-dev/node-jscs/blob/master/presets/google.json "preset": "google", // http://jscs.info/rules.html "validateIndentation": 4, "maximumLineLength": { "value": 120 }, "disallowMultipleVarDecl": "exceptUndefined" }