docker-linter Multiple linters in one Docker image. Features editorconfig-checker Prettier TSLint Usage docker container run --rm -it -v "$PWD:$PWD":ro -w "$PWD" m5d215/linter \ prettier --list-different '**/*.css' '**/*.json' '**/*.ts' '**/*.tsx'