commitlint-config 1.2.4
Install from the command line:
Learn more about npm packages
$ npm install @Planable/commitlint-config@1.2.4
Install via package.json:
"@Planable/commitlint-config": "1.2.4"
About this version
Commitlint configs used in Planable projects
npm install --save-dev @planable/commitlint-config
In commitlint.config.js
module.exports = {
extends: ['@planable']
};
or run in terminal
echo "module.exports = { extends: ['@planable'] };" > commitlint.config.js
β - Add a test
π - Tooling improvement(VS code stuff, or linting)
π - Documentation/Readme
π§ - Work in progress (WIP)
π - Fix bug / issue
π¨ - Very critical fix or hotfix
π - General improvement
β‘οΈ - Performance improvement
β¬οΈ - Bump / update package deps
β¬οΈ - Downgrade package deps
βοΈ - Update text / copy inside app (user-facing)
β»οΈ - Refactor code
βοΈ - Add new feature
β¨ - Clean up
π¦ - Add new package
π - UI improvement
π - Merge (can/should be added by amending a merge after it has been commited)