Help lint our js code.
completed by: Tymon Radzik
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 validateQuoteMarks to accept only single quote by adding suitable entry in the .jscs.json.
Find all violations and fix those. Do not lint external files (libraries).
Submit a pull request.