sublime-jshint icon indicating copy to clipboard operation
sublime-jshint copied to clipboard

JSHint any JavaScript file in Sublime Text 2

Results 13 sublime-jshint issues
Sort by recently updated
recently updated
newest added

I uninstalled using package control. Tools > Build System > Automatic does nothing. Please advise.

This repository is still the one linked to by sublime package manager as far as I can tell... however it doesn't look like it's being maintained. @uipoet I'm not all...

hi. is there any way to get a real `PATH` from [SublimeFixMacPath](https://github.com/int3h/SublimeFixMacPath) on OSX?

As mentioned in #66 , that was caused by sublineText3 package issue. However, I did not use sublineText3. I just use command line. eg: `jshint --config /Users/username/projects/ec/etc/jshint-config-node.json --reporter=/Users/username/projects/ec/lib/util/jshint-reporter.js lib/models/profile.js `...

The Sublime Linter (with JSHint plugin) now supports all that sublime-jshint does and more, namely inline column highlighting of lines with errors. The maintainers of sublime-jshint have decided it's time...

When i try alt + j, this error appeared: [Errno 2] Arquivo ou diretório não encontrado [cmd: [u'jshint', u'/home/luis/Encfs/arquivos/projetos/nodejs/scriptErp/server.js', u'--reporter', u'/home/luis/.config/sublime-text-2/Packages/JSHint/reporter.js']] [dir: /home/luis/Encfs/arquivos/projetos/nodejs/scriptErp] [path: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games] [Finished] i tried the command...

I really enjoy using this package, but I find having the console up all the time to be very obtrusive. Rather than having to hit ESC every time I want...

I'd appreciate your help ... On Windows 7, Sublime Text 2 I successfully installed jshint via node.js: npm install -g jshint Then I installed JSHint package in Sublime. I get...