UNPKG

esplan

Version:

Count assertions in your test cases with static code analysis

11 lines (10 loc) 256 B
{ // 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" }