markmcintyre / brackets-jslint

MIT License
6 stars 5 forks source link

make release version configurable #4

Closed nestoru closed 9 years ago

nestoru commented 9 years ago

Thanks for the plugin. Would you please add the option to configure the jslint release to use? Gulp-jslint for example allows to configure it so it would be ideal that the developer using brackets uses the same version that later on a release process will use.

I tried deploying the newest file in the extension directory but it did not work even after restarting brackets because just like the original brackets jslint code this plugin tries to use JSLINT which is not longer defined.

For now I am forced to uninstall this plugin and manually delete the internal jslint.js that comes with brackets to avoid confusion.

nestoru commented 9 years ago

Just to report that I got this working. I made a mistake in thinking that gulp-jslint was supporting latest jslint release. In fact the latest it supports is the exact same version brackets-jslint does (2014-07-08). The issue I was experimenting was with the default jslint included by latest brackets distribution. Removing the jslint.js from brackets did the trick for me as explained in https://github.com/adobe/brackets/issues/11175