Socket
Socket
Sign inDemoInstall

@angular-ru/commitlint

Package Overview
Dependencies
206
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @angular-ru/commitlint

Shared commit lint config for Angular projects


Version published
Maintainers
2
Install size
43.5 MB
Created

Readme

Source

Shareable commitlint config for Angular projects

image image

Quick start

$ npm install @angular-ru/commitlint -D

Edit file package.json in the root of your project:

{
    // ...
    scripts: {
        // ...
    },
    // Add 'commitlint' section
    commitlint: {
        extends: ['@angular-ru/commitlint']
    }
}

FAQs

Last updated on 17 Oct 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc