Search Docker Hub
docker-jslint
By microsec
A standalone, offline executed Docker instance of jslint
604
docker run -it --rm -v /path/to/code/:/code
Or run as part of a CI pipeline with something like:
script: - find . -name '*.js' -not -name '*.min.js' -exec jslint {} +
Content type
Image
Digest
Size
17.3 MB
Last updated
almost 8 years ago
docker pull microsec/docker-jslint