The JavaScript Code Quality Tool container based on official Node container
3.4K
It parses and analyzes a source file, returning an object with information about the file. It can also take an object that sets options.
The entrypoint has not been changed from the official Node container, so you can run node interactively as you'll do usually..
Sample of project scanning :
docker run --rm -v $PWD:/project oxeva/jslint jslint /project/
Content type
Image
Digest
Size
26.7 MB
Last updated
over 7 years ago
docker pull oxeva/jslint