Sign inSign up

microsec/docker-jslint

By microsec

Updated almost 8 years ago

A standalone, offline executed Docker instance of jslint

Image
0

604

microsec/docker-jslint repository overview

Docker jslint

A standalone, offline executed Docker instance of jslint

Usage

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 {} +

Tag summary

Content type

Image

Digest

Size

17.3 MB

Last updated

almost 8 years ago

docker pull microsec/docker-jslint