Skip to content

Multiple linters in one Docker image.

Notifications You must be signed in to change notification settings

m5d215/docker-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'