
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
commitlint-config-ykplus
Advanced tools
本包提供了《移卡前端规范 - Git 规范》配套的 commitlint 可共享配置,用于对 git commit message 进行校验。
除了本包,你需要同时安装 @commitlint/cli:
npm install commitlint-config-ykplus @commitlint/cli --save-dev
在你的 commitlint.config.js 中继承本包:
module.exports = {
extends: ['ykplus'],
}
npm install commitizen husky --save-dev
# npm 5.2+
npx commitizen init cz-conventional-changelog --save-dev --save-exact
这时候,你的 package.json 会出现下面配置:
...
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
prepare-commit-msg hooknpx husky add .husky/prepare-commit-msg "exec < /dev/tty && npx cz --hook || true"
commit-msg hooknpx husky add .husky/commit-msg 'npx --no -- commitlint --edit "$1"'
FAQs
Commitlint shareable configuration for YkPlus F2E Guidelines
The npm package commitlint-config-ykplus receives a total of 9 weekly downloads. As such, commitlint-config-ykplus popularity was classified as not popular.
We found that commitlint-config-ykplus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.