JSLint.tmbundle icon indicating copy to clipboard operation
JSLint.tmbundle copied to clipboard

The easiest way to syntax check your JavaScript code from TextMate

Results 1 JSLint.tmbundle issues
Sort by recently updated
recently updated
newest added

i wrote: ``` var x = 5; ``` and selected it and fired plugin... this error occured: ``` /tmp/temp_textmate.z3xWj2:13:in `gsub!': can't convert nil into String (TypeError) from /tmp/temp_textmate.z3xWj2:13 ``` mac...