<div dir="ltr">I recognise the screenshots from JSLintMate, but I cant remember why I stopped using it.<div><br></div><div>This is the JSLint bundle I use now</div><div><br></div><div><a href="https://github.com/bodnaristvan/JSHint.tmbundle">https://github.com/bodnaristvan/JSHint.tmbundle</a><br></div><div><br></div><div>It works very well (and similar feature set), despite not being maintained in a long time</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 July 2017 at 20:50, Jack Royal-Gordon <span dir="ltr"><<a href="mailto:jackrg@pobox.com" target="_blank">jackrg@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI!<br>
<br>
I’ve installed JSLintMate and am trying to use it on the JS for my Rails project. I’ve tried to turn off complaints about “$” and “document” being undefined, but can’t seem to do so. I’ve tried with a “.jshintrc” resource file, and also with inline configuration. My inline configuration currently looks like:<br>
<br>
/* jshint undef: false, unused: false */<br>
// global $, document<br>
…<br>
<br>
I read in the docs that single-line comments work as well as open-close comments, so I tried both formats.<br>
<br>
Not only did it not turn off all messages regarding undefined and unused variables, but it also did not turn them off for “$” and “document”. Does anyone have an idea why?<br>
<br>
In case it helps, the messages look like:<br>
<br>
JSHint found problems:<br>
<br>
‘$’ is not defined.                             line 3<br>
$(document).ready(function() {<br>
<br>
‘document’ is not defined.              line 3<br>
$(document).ready(function() {<br>
<br>
…<br>
<br>
<br>
______________________________<wbr>_________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" rel="noreferrer" target="_blank">http://lists.macromates.com/<wbr>listinfo/textmate</a></blockquote></div><br></div>