loklak: Help lint all the code in loklak webclient using jshint & jslint
Description/Background: This is the front-end of loklak, an application which is able to collect and analyse messages from various sources, including twitter. The application is divided into two parts: loklak.net, the front-end (these pages) and loklak.org, the search- and collecting back-end.
JSLint and JSHint are JavaScript programs that looks for problems in JavaScript programs. They are a code quality tool and error detection tools.
Help lint all the javascript code in loklak_webclient Source code: https://github.com/loklak/loklak_webclient/
Links: http://jshint.com/about/
Set up the project completely and you'll notice lint errors in the console and on most of the javascript files. A good way to get started is by linting these files using jshint and jslint.
Expected Outcome: the JavaScript files should be corrected according to the code quality tools.