JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.
Dockerfile links$ docker run -it --rm -v /path/to/python/code:/code eeacms/jslint
$ docker run -it --rm -v /path/to/python/code:/code eeacms/jslint --color /code/**/*.js
See --help for more options:
$ docker run --rm eeacms/jslint --help
Content type
Image
Digest
Size
10.1 MB
Last updated
over 8 years ago
docker pull eeacms/jslint