netneutrality / savetheinternet.in

Response generator for the TRAI consultation paper
http://www.savetheinternet.in
183 stars 85 forks source link

Jshint errors (fixes #96) #97

Open sohamkamani opened 9 years ago

sohamkamani commented 9 years ago

Added jshint to grunt default tasks and fixed jshint errors for app.js, data.js and ZeroClipboard.js. No change to functionality of code, only syntax.

SamvelRaja commented 8 years ago

@karthikb351 and @sohamkamani we can add jscs aswell, so that we can have coding styling standards.

Also, I guess EShint will help more than JShint We can controll js and styling using eshint.

Technically jshint + jscs = eshint

any thoughts from you guys.