Help lint our js code
completed by: AW
mentors: Aruna Herath
We are using node-jscs to lint our javascript code of fossasia.github.io.
Check the rules jscs could enforce in javascript code: http://jscs.info/rules.html
Enforce validateParameterSeparator to accept only "," (
function parameters are immediately followed by a comma) by adding suitable entry in the .jscs.json.
Find all violations and fix those. Do not lint external files (libraries) but all js files of ours.
Submit a pull request.