Commit 11982461 by Robert Raposa

Add JavaScript linting rules

- check proper use of JQuery functions
- check for concatenation with HTML strings
- add sort for output
- lint CoffeeScript
parent b6d5c614
var x = "<string>" + message + "</strong>"
var template = "<%= invalid %>"
var message = "Rock & Roll";
var x = "<string>" + message + "</strong>";
var template = "<%= invalid %>";
// quiet the linter
alert(x);
alert(template);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment