Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 648 Bytes

docker-linter

size and layers build status automated build

Multiple linters in one Docker image.

Features

Usage

docker container run --rm -it -v "$PWD:$PWD":ro -w "$PWD" m5d215/linter \
    prettier --list-different '**/*.css' '**/*.json' '**/*.ts' '**/*.tsx'