Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yiluhub/commitlint-config

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yiluhub/commitlint-config

Shared commitlint configuration

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

Commitlint shared configuration

Installs commitlint, husky, lint-stage, cz-conventional-changelog and exports commitlint configuration.

Installation

# cd into your project
cd your-awesome-project

# install the package as a devDependency 
yarn add --dev @yiluhub/commitlint-config

# if you don't have a .commitlintrc copy into your project this file
frontend-shared-packages/templates/.commitlintrc.js

# if you do have already a .commitlintrc, use the following configuration and you can ovveride any rules you want
{
    extends: ['@yiluhub/commitlint-config'],
    rules: {
        ...your rules will override the default ones.
    }
}

# in your package.json make sure you have these configurations
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $GIT_PARAMS"
    }
  }

Packages that will be installed in your project

PackageVersion
@commitlint/cli^7.1.1
@commitlint/config-angular^7.1.1
@commitlint/travis-cli^7.1.1
cz-conventional-changelog^2.1.0
husky^1.0.0-rc.13
lint-staged^7.2.2

FAQs

Package last updated on 05 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc