Sign inSign up

eeacms/jslint

By eeacms

•Updated over 8 years ago

Docker image for JSLint checker

Image
0

10K+

eeacms/jslint repository overview

⁠Docker image for JSLint checker

JSLint⁠ is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.

⁠Usage

$ docker run -it --rm -v /path/to/python/code:/code eeacms/jslint

⁠Advanced usage

$ 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

Tag summary

Content type

Image

Digest

Size

10.1 MB

Last updated

over 8 years ago

docker pull eeacms/jslint