commitlint-azure-pipelines-cli

v1.0.5
Lint relevant commits for a branch or PR in Azure Pipelines
commitlint cli azure pipelines devops ci

format

prettier --write --loglevel warn "src/**/*.ts" "*.md"

format:verify

prettier --check --loglevel warn "src/**/*.ts" "*.md"

lint

tslint --project tsconfig.json --fix

lint:verify

tslint --project tsconfig.json

tsc

tsc

build

npm run format && npm run lint && npm run tsc

build:verify

npm run format:verify && npm run lint:verify && npm run tsc

pretest

npm run build:verify

test

jest --runInBand

watch

tsc --watch

watch:test

jest --runInBand --watch

prepublishOnly

npm run build:verify

release

semantic-release

prepare

husky install
npm i commitlint-azure-pipelines-cli

Metadata

  • MIT
  • Whatever
  • Jeff Principe
  • released 12/5/2022

Downloads

Maintainers