
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@sisense/commitlint-config
Advanced tools
This module contains commitlint configurations for sisense projects
Shared commitlint config for sisense projects
The module that checks if your commit messages meet the conventional commit format, follows conventional commits specification for linting your commits.
The module should be installed together with its peer dependencies, that contain only commitlint itself.
# install via npm
$ npm install --save-dev @commitlint/cli @sisense/commitlint-config
# install via yarn
$ yarn add --dev @commitlint/cli @sisense/commitlint-config
For using this config for you project it is suggested to use next configuration (.commitlintrc.json):
{
"extends": ["@sisense/commitlint-config"]
}
Next code snippets is suggested to install pre-commit hook (requires already installed husky package):
npx husky add hooks/commit-msg 'npx --no-install commitlint --edit $1'
Next regular expressions are suggested to be set to push rules on repository level:
^((Notes added by \'git notes add\')|((feat|fix|chore|docs|ci|style|refactor|perf|test|revert)(\(.+\))?(!)?\:\s(.{3,})))
(.{100,}\n?)+
FAQs
This module contains commitlint configurations for sisense projects
The npm package @sisense/commitlint-config receives a total of 5 weekly downloads. As such, @sisense/commitlint-config popularity was classified as not popular.
We found that @sisense/commitlint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.