Are you aware of the python rewrite of javascript link that is available in the trunk of this project? That should work for you on linux. I don't know if it just the graveyard that sourceforge has become, but I think the python version is easy to miss on here.
I have always liked the advanced options that JavaScript Lint has over the crockford jslint, but there is little doubt that jslint is massively more popular which makes it easier to get into.
If you struggle with the python version you may just consider adapting your process to use the jslint version with nodejs:
apt-get install npm
npm install -g jslint
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Am having Jsl exe for windows. I need to run in Linux Environment.
Please provide your ideas.
Are you aware of the python rewrite of javascript link that is available in the trunk of this project? That should work for you on linux. I don't know if it just the graveyard that sourceforge has become, but I think the python version is easy to miss on here.
I have always liked the advanced options that JavaScript Lint has over the crockford jslint, but there is little doubt that jslint is massively more popular which makes it easier to get into.
If you struggle with the python version you may just consider adapting your process to use the jslint version with nodejs: