Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 303 Bytes

Readme.md

File metadata and controls

20 lines (14 loc) · 303 Bytes

1drop node docker utils

Usage

Commandline

docker run -i --rm -v $(pwd):/home/node 1drop/node-docker-utils /opt/docker/bin/eslint-shopware.sh

gitlab-ci

lint:js:
  stage: lint
  image: 1drop/node-docker-utils:8
  script:
    - /opt/docker/bin/eslint-shopware.sh