cllunsford / eslintjson

Eslint docker image for json validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslintjson

eslint container for json validation.

Usage

Run the image, mounting json files:

docker run -i --rm cllunsford:eslintjson \
  -v ${PWD}/files:/src/files:ro
  --ext .json files

About

Eslint docker image for json validation