/commitlintio

Primary LanguageJavaScript

commitlint.io

commit message lint online, commitlint online.

Project setup

npm install

# extract lint options to avoid patch work
npm run prepare

# few files need patch to work for web app.
npm run patch

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint