Sign inSign up

oxeva/jslint

By oxeva

Updated over 7 years ago

The JavaScript Code Quality Tool container based on official Node container

Image
0

3.4K

oxeva/jslint repository overview

Node JSLint Container

Build Status

What is JSLint

It parses and analyzes a source file, returning an object with information about the file. It can also take an object that sets options.

Usage

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/

Tag summary

Content type

Image

Digest

Size

26.7 MB

Last updated

over 7 years ago

docker pull oxeva/jslint